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 | ???餘? | 001111110011111100111111111010010101000000111111 | 3f3f3fe9503f |
EUC-JP | ???餘? | 001111110011111100111111111100011011000100111111 | 3f3f3ff1b13f |
UTF-8 | 琉듣뿙餘뺹 | 111011111010011110001100111010111001001110100011111010111011111110011001111010011010010010011000111010111011101010111001 | efa78ceb93a3ebbf99e9a498ebbab9 |
UHC | 琉듣뿙餘뺹 | 11101011101001001011010111101000100101111001110011100110101011101001011001000010 | eba4b5e8979ce6ae9642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)