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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 眩叱o | 1110000110111111100011101011011001101111 | e1bf8eb66f |
EUC-JP | 眩叱o | 1110001011000001101111001011100001101111 | e2c1bcb86f |
UTF-8 | 眩叱o | 11100111100111001010100111100101100011111011000101101111 | e79ca9e58fb16f |
UHC | 眩叱o | 1111101011011111111100101110101001101111 | fadff2ea6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)