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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞨シ莢ゥ鞨 | 1110100011100000101111001110010010110000101010011110100011100000 | e8e0bce4b0a9e8e0 |
EUC-JP | 鞨シ莢ゥ鞨 | 11110000111000101000111010111100111010001011001010001110101010011111000011100010 | f0e28ebce8b28ea9f0e2 |
UTF-8 | 鞨シ莢ゥ鞨 | 111010011001111010101000111011111011110110111100111010001000111010100010111011111011110110101001111010011001111010101000 | e99ea8efbdbce88ea2efbda9e99ea8 |
UHC | 鞨?莢?鞨 | 1100101011101010001111111111101011111000001111111100101011101010 | caea3ffaf83fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)