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 | 辯評 | 11100111100001111001010101011101 | e787955d |
EUC-JP | 辯評 | 11101101111001111100100110111110 | ede7c9be |
UTF-8 | 辯評 | 111010001011111010101111111010001010100110010101 | e8beafe8a995 |
UHC | 辯評 | 11011100101010101111100011000100 | dcaaf8c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)