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 | 訂鞨??? | 10010010111110011110100011100000001111110011111100111111 | 92f9e8e03f3f3f |
EUC-JP | 訂鞨??珙 | 110001001111101111110000111000100011111100111111100011111100101111110001 | c4fbf0e23f3f8fcbf1 |
UTF-8 | 訂鞨렣띌珙 | 111010001010100010000010111010011001111010101000111010111010000010100011111010111001110110001100111001111000111110011001 | e8a882e99ea8eba0a3eb9d8ce78f99 |
UHC | 訂鞨렣띌珙 | 11101111111101001100101011101010100011101011010010110110111010011100110111110101 | eff4caea8eb4b6e9cdf5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)