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 | 贍? | 111001101101011000111111 | e6d63f |
EUC-JP | 贍詵 | 1110110011011000100011111101110111100111 | ecd88fdde7 |
UTF-8 | 贍詵 | 111010001011010010001101111010001010100110110101 | e8b48de8a9b5 |
UHC | 贍詵 | 11100000111010111110000011010010 | e0ebe0d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)