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 | 贈俗 | 10010001101000011001000110101101 | 91a191ad |
EUC-JP | 贈俗 | 11000010101000111100001010101111 | c2a3c2af |
UTF-8 | 贈俗 | 111010001011010010001000111001001011111110010111 | e8b488e4bf97 |
UHC | 贈俗 | 11110001111111001110000111010100 | f1fce1d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)