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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?獄 | 001111111000110110010110 | 3f8d96 |
EUC-JP | ?獄 | 001111111011100111110110 | 3fb9f6 |
UTF-8 | 몍獄 | 111010111010101010001101111001111000110110000100 | ebaa8de78d84 |
UHC | 몍獄 | 10010001011101011110100010101011 | 9175e8ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)