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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 娃??BF | 100010001010000100111111001111110100001001000110 | 88a13f3f4246 |
EUC-JP | 娃??BF | 101100001010001100111111001111110100001001000110 | b0a33f3f4246 |
UTF-8 | 娃욆뀛BF | 1110010110101000100000111110110010011010100001101110101110000000100110110100001001000110 | e5a883ec9a86eb809b4246 |
UHC | 娃욆뀛BF | 1110100011011111100111101110100010000101100101000100001001000110 | e8df9ee885944246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)