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 | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-WIN | 箏g\ | 111000101011010111110000111011100110011101011100 | e2b5f0ee675c |
EUC-JP | 箏?g\ | 1110010010110111001111110110011101011100 | e4b73f675c |
UTF-8 | 箏g\ | 1110011110101110100011111110111010000010101011010110011101011100 | e7ae8fee82ad675c |
UHC | 箏?g\ | 1110111010110100001111110110011101011100 | eeb43f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)