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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 渹質肄 | 111110110100011010001110101111111110001111100101 | fb468ebfe3e5 |
EUC-JP | 渹質肄 | 10001111110001111110111010111100110000011110011011100111 | 8fc7eebcc1e6e7 |
UTF-8 | 渹質肄 | 111001101011100010111001111010001011001110101010111010001000001010000100 | e6b8b9e8b3aae88284 |
UHC | ?質肄 | 0011111111110010111101011110110010111101 | 3ff2f5ecbd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)