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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 樟ь?B | 100011111011111010000100100011100011111101000010 | 8fbe848e3f42 |
EUC-JP | 樟ь?B | 101111101100000010100111111011100011111101000010 | bec0a7ee3f42 |
UTF-8 | 樟ь떖B | 111001101010100010011111110100011000110011101011100101101001011001000010 | e6a89fd18ceb969642 |
UHC | 樟ь떖B | 11101101111010011010110011101110100010111010110001000010 | ede9acee8bac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)