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 | 100101110100111111100001101111100101110101001000 | 974fe1be5d48 |
EUC-JP | 涌眄]H | 110011011011000011100010110000000101110101001000 | cdb0e2c05d48 |
UTF-8 | 涌眄]H | 1110011010110110100011001110011110011100100001000101110101001000 | e6b68ce79c845d48 |
UHC | 涌眄]H | 111010011011111111011000111110000101110101001000 | e9bfd8f85d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)