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 | 鉗伉擴 | 111001111110011110011000110000101001110110110000 | e7e798c29db0 |
EUC-JP | 鉗伉擴 | 111011101110100111010000110001001101101010110010 | eee9d0c4dab2 |
UTF-8 | 鉗伉擴 | 111010011000100110010111111001001011110010001001111001101001001110110100 | e98997e4bc89e693b4 |
UHC | 鉗伉擴 | 110011001100011011111001111100101111110010101010 | ccc6f9f2fcaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)