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 | ?鼇 | 001111111110101010000111 | 3fea87 |
EUC-JP | ?鼇 | 001111111111001111100111 | 3ff3e7 |
UTF-8 | 왳鼇 | 111011001001100110110011111010011011110010000111 | ec99b3e9bc87 |
UHC | 왳鼇 | 10011110110110011110100010101000 | 9ed9e8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)