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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 萇裄 | 111001001100011111110100101101101110010111100000 | e4c7f4b6e5e0 |
EUC-JP | 萇?裄 | 1110100011001001001111111110101011100010 | e8c93feae2 |
UTF-8 | 萇裄 | 111010001001000010000111111011101000110110100101111010001010001110000100 | e89087ee8da5e8a384 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)