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 | 鞨簿煤 | 111010001110000010010101111010111001010010000001 | e8e095eb9481 |
EUC-JP | 鞨簿煤 | 111100001110001011001010111011011100011111100001 | f0e2caedc7e1 |
UTF-8 | 鞨簿煤 | 111010011001111010101000111001111011000010111111111001111000010110100100 | e99ea8e7b0bfe785a4 |
UHC | 鞨簿煤 | 110010101110101011011101101011011101100011100000 | caeaddadd8e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)