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 | 箋倪 | 11100010101100111001100011100010 | e2b398e2 |
EUC-JP | 箋倪 | 11100100101101011101000011100100 | e4b5d0e4 |
UTF-8 | 箋倪 | 111001111010111010001011111001011000000010101010 | e7ae8be580aa |
UHC | 箋倪 | 11101111101010001110011111010010 | efa8e7d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)