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 | 涌哺盖 | 100101110100111110011010010011011110000110110011 | 974f9a4de1b3 |
EUC-JP | 涌哺盖 | 110011011011000011010011101011101110001010110101 | cdb0d3aee2b5 |
UTF-8 | 涌哺盖 | 111001101011011010001100111001011001001110111010111001111001101110010110 | e6b68ce593bae79b96 |
UHC | 涌哺盖 | 111010011011111111111000110101001100101111001100 | e9bff8d4cbcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)