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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 重?重?B | 10001111011001000011111110001111011001000011111101000010 | 8f643f8f643f42 |
EUC-JP | 重?重?B | 10111101110001010011111110111101110001010011111101000010 | bdc53fbdc53f42 |
UTF-8 | 重렦重렦B | 11101001100001111000110111101011101000001010011011101001100001111000110111101011101000001010011001000010 | e9878deba0a6e9878deba0a642 |
UHC | 重렦重렦B | 111100011110110010001110101101011111000111101100100011101011010101000010 | f1ec8eb5f1ec8eb542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)