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 | 鞨ンゥ鞨 | 1110100011100000110111011111011110110000101010011110100011100000 | e8e0ddf7b0a9e8e0 |
EUC-JP | 鞨ン?ゥ鞨 | 111100001110001010001110110111010011111110001110101010011111000011100010 | f0e28edd3f8ea9f0e2 |
UTF-8 | 鞨ンゥ鞨 | 111010011001111010101000111011111011111010011101111011101001011010010011111011111011110110101001111010011001111010101000 | e99ea8efbe9dee9693efbda9e99ea8 |
UHC | 鞨???鞨 | 11001010111010100011111100111111001111111100101011101010 | caea3f3f3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)