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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?憂 | 001111111001011101001010 | 3f974a |
EUC-JP | ?憂 | 001111111100110110101011 | 3fcdab |
UTF-8 | 쁥憂 | 111011001000000110100101111001101000011010000010 | ec81a5e68682 |
UHC | 쁥憂 | 10011000011010001110100111011000 | 9868e9d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)