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 | 陰鞨??貞 | 1000100101000001111010001110000000111111001111111001001011100101 | 8941e8e03f3f92e5 |
EUC-JP | 陰鞨??貞 | 1011000110100010111100001110001000111111001111111100010011100111 | b1a2f0e23f3fc4e7 |
UTF-8 | 陰鞨렕렕貞 | 111010011001100110110000111010011001111010101000111010111010000010010101111010111010000010010101111010001011001010011110 | e999b0e99ea8eba095eba095e8b29e |
UHC | 陰鞨렕렕貞 | 11101011111001001100101011101010100011101010101010001110101010101110111111110110 | ebe4caea8eaa8eaaeff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)