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 | 00111111001111110101110101001000 | 3f3f5d48 |
SJIS-WIN | 煮斜]H | 100011101100111110001110110011100101110101001000 | 8ecf8ece5d48 |
EUC-JP | 煮斜]H | 101111001101000110111100110100000101110101001000 | bcd1bcd05d48 |
UTF-8 | 煮斜]H | 1110011110000101101011101110011010010110100111000101110101001000 | e785aee6969c5d48 |
UHC | 煮斜]H | 111011011011010011011110110110000101110101001000 | edb4ded85d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)