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 | 11101000100111011011100001000010 | e89db842 |
EUC-JP | 陜クB | 1110111111111101100011101011100001000010 | effd8eb842 |
UTF-8 | 陜クB | 11101001100110011001110011101111101111011011100001000010 | e9999cefbdb842 |
UHC | 陜?B | 11111001111100000011111101000010 | f9f03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)