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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 頷﨩頷﨩^ | 111010001111010111111011111010101110100011110101111110111110101001011110 | e8f5fbeae8f5fbea5e |
EUC-JP | 頷?頷?^ | 11110000111101110011111111110000111101110011111101011110 | f0f73ff0f73f5e |
UTF-8 | 頷﨩頷﨩^ | 11101001101000001011011111101111101010001010100111101001101000001011011111101111101010001010100101011110 | e9a0b7efa8a9e9a0b7efa8a95e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)