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 | 坤? | 100011011010001100111111 | 8da33f |
EUC-JP | 坤? | 101110101010010100111111 | baa53f |
UTF-8 | 坤쇨 | 111001011001110110100100111011001000011110101000 | e59da4ec87a8 |
UHC | 坤쇨 | 11001101110111101011110011101010 | cddebcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)