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 | 0011111100111111001111110101110001101000 | 3f3f3f5c68 |
SJIS-WIN | 要??\h | 100101110111011000111111001111110101110001101000 | 97763f3f5c68 |
EUC-JP | 要??\h | 110011011101011100111111001111110101110001101000 | cdd73f3f5c68 |
UTF-8 | 要뺝뻤\h | 1110100010100110100000011110101110111010100111011110101110111011101001000101110001101000 | e8a681ebba9debbba45c68 |
UHC | 要뺝뻤\h | 1110100110101001100101011110010110111011101111000101110001101000 | e9a995e5bbbc5c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)