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 | ?衣? | 00111111100010001101111100111111 | 3f88df3f |
EUC-JP | ?衣? | 00111111101100001110000100111111 | 3fb0e13f |
UTF-8 | 힐衣麟 | 111011011001111010010000111010001010000110100011111011111010011110110011 | ed9e90e8a1a3efa7b3 |
UHC | 힐衣麟 | 110010001111101011101011111111011110110011101000 | c8faebfdece8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)