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 | 錻旧迂 | 111010000100011010001011100011001000100101001001 | e8468b8c8949 |
EUC-JP | 錻旧迂 | 111011111010011110110101111011001011000110101010 | efa7b5ecb1aa |
UTF-8 | 錻旧迂 | 111010011000110010111011111001101001011110100111111010001011111110000010 | e98cbbe697a7e8bf82 |
UHC | ??迂 | 00111111001111111110100111100110 | 3f3fe9e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)