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 | 00111111001111110100000001101000 | 3f3f4068 |
SJIS-WIN | 螳ャ@h | 1110010110101110101011000100000001101000 | e5aeac4068 |
EUC-JP | 螳ャ@h | 111010101011000010001110101011000100000001101000 | eab08eac4068 |
UTF-8 | 螳ャ@h | 1110100010011110101100111110111110111101101011000100000001101000 | e89eb3efbdac4068 |
UHC | 螳?@h | 1101001111011001001111110100000001101000 | d3d93f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)