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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ??獨??獨B | 001111110011111111100000110101010011111100111111111000001101010101000010 | 3f3fe0d53f3fe0d542 |
EUC-JP | ??獨??獨B | 001111110011111111100000110101110011111100111111111000001101011101000010 | 3f3fe0d73f3fe0d742 |
UTF-8 | 짹싼獨짹싼獨B | 11101100101001111011100111101100100010111011110011100111100011011010100011101100101001111011100111101100100010111011110011100111100011011010100001000010 | eca7b9ec8bbce78da8eca7b9ec8bbce78da842 |
UHC | 짹싼獨짹싼獨B | 11000010101100011011110111010001110101001011110011000010101100011011110111010001110101001011110001000010 | c2b1bdd1d4bcc2b1bdd1d4bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)