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 | 111010011011111111111001111010111110100110111111111110011110101101000010 | e9bff9ebe9bff9eb42 |
EUC-JP | 鯀?鯀?B | 11110010110000010011111111110010110000010011111101000010 | f2c13ff2c13f42 |
UTF-8 | 鯀鯀B | 11101001101011111000000011101110100111011000011011101001101011111000000011101110100111011000011001000010 | e9af80ee9d86e9af80ee9d8642 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)