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 | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 螳ャF | 11100101101011101010110001000110 | e5aeac46 |
EUC-JP | 螳ャF | 1110101010110000100011101010110001000110 | eab08eac46 |
UTF-8 | 螳ャF | 11101000100111101011001111101111101111011010110001000110 | e89eb3efbdac46 |
UHC | 螳?F | 11010011110110010011111101000110 | d3d93f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)