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\ | 100110100101111110011100100000010110011101011100 | 9a5f9c81675c |
EUC-JP | 喟怐g\ | 110100111100000011010111111000010110011101011100 | d3c0d7e1675c |
UTF-8 | 喟怐g\ | 1110010110010110100111111110011010000000100100000110011101011100 | e5969fe68090675c |
UHC | ??g\ | 00111111001111110110011101011100 | 3f3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)