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 | 鬱鞨??趾 | 1001111101010100111010001110000000111111001111111110011011100100 | 9f54e8e03f3fe6e4 |
EUC-JP | 鬱鞨??趾 | 1101110110110101111100001110001000111111001111111110110011100110 | ddb5f0e23f3fece6 |
UTF-8 | 鬱鞨렕렕趾 | 111010011010110010110001111010011001111010101000111010111010000010010101111010111010000010010101111010001011011010111110 | e9acb1e99ea8eba095eba095e8b6be |
UHC | 鬱鞨렕렕趾 | 11101010101001101100101011101010100011101010101010001110101010101111001010111111 | eaa6caea8eaa8eaaf2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)