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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 掌ь?h | 100011111011011010000100100011100011111101101000 | 8fb6848e3f68 |
EUC-JP | 掌ь?h | 101111101011100010100111111011100011111101101000 | beb8a7ee3f68 |
UTF-8 | 掌ь댉h | 111001101000111010001100110100011000110011101011100011001000100101101000 | e68e8cd18ceb8c8968 |
UHC | 掌ь댉h | 11101101111001101010110011101110100010001011001001101000 | ede6acee88b268 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)