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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 耀?×亥 | 10010111011100110011111110000001011111101000100011100101 | 97733f817e88e5 |
EUC-JP | 耀?×亥 | 11001101110101000011111110100001110111111011000011100111 | cdd43fa1dfb0e7 |
UTF-8 | 耀믪×亥 | 1110100010000000100000001110101110101111101010101100001110010111111001001011101010100101 | e88080ebafaac397e4baa5 |
UHC | 耀믪×亥 | 1110100110100101100100101110110010100001101111111111101010100100 | e9a592eca1bffaa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)