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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 涌眩盖 | 100101110100111111100001101111111110000110110011 | 974fe1bfe1b3 |
EUC-JP | 涌眩盖 | 110011011011000011100010110000011110001010110101 | cdb0e2c1e2b5 |
UTF-8 | 涌眩盖 | 111001101011011010001100111001111001110010101001111001111001101110010110 | e6b68ce79ca9e79b96 |
UHC | 涌眩盖 | 111010011011111111111010110111111100101111001100 | e9bffadfcbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)