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 | 按嬋 | 10001000110000101001101101101000 | 88c29b68 |
EUC-JP | 按嬋 | 10110000110001001101010111001001 | b0c4d5c9 |
UTF-8 | 按嬋 | 111001101000110010001001111001011010110010001011 | e68c89e5ac8b |
UHC | 按嬋 | 11100100110011101110000010111101 | e4cee0bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)