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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | 遘x | 1110011110100111111100101111101101111000 | e7a7f2fb78 |
EUC-JP | 遘?x | 11101110101010010011111101111000 | eea93f78 |
UTF-8 | 遘x | 11101001100000011001100011101110100010001011001001111000 | e98198ee88b278 |
UHC | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)