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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 襄エB | 11100101111101011011010001000010 | e5f5b442 |
EUC-JP | 襄エB | 1110101011110111100011101011010001000010 | eaf78eb442 |
UTF-8 | 襄エB | 11101000101001011000010011101111101111011011010001000010 | e8a584efbdb442 |
UHC | 襄?B | 11100101110100010011111101000010 | e5d13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)