To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 驍ょ唱譟 | 1110100110000010100000101110010110001111101001011110011010011111 | e98282e58fa5e69f |
EUC-JP | 驍ょ唱譟 | 1111000111100010101001001110011110111110101001111110110010100001 | f1e2a4e7bea7eca1 |
UTF-8 | 驍ょ唱譟 | 111010011010100110001101111000111000001010000111111001011001010010110001111010001010110110011111 | e9a98de38287e594b1e8ad9f |
UHC | 驍ょ唱? | 11111101101001001010101011100111111100111101110100111111 | fda4aae7f3dd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)