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\ | 001111110110011101011100 | 3f675c |
SJIS-WIN | ホg\ | 110011100110011101011100 | ce675c |
EUC-JP | ホg\ | 10001110110011100110011101011100 | 8ece675c |
UTF-8 | ホg\ | 1110111110111110100011100110011101011100 | efbe8e675c |
UHC | ?g\ | 001111110110011101011100 | 3f675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)