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 | 001111110011111101101000 | 3f3f68 |
SJIS-WIN | 襄改h | 1110010111110101100010011111110001101000 | e5f589fc68 |
EUC-JP | 襄改h | 1110101011110111101100101111111001101000 | eaf7b2fe68 |
UTF-8 | 襄改h | 11101000101001011000010011100110100101001011100101101000 | e8a584e694b968 |
UHC | 襄改h | 1110010111010001110010111100011101101000 | e5d1cbc768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)