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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蠅????? | 11100101101000100011111100111111001111110011111100111111 | e5a23f3f3f3f3f |
EUC-JP | 蠅????? | 11101010101001000011111100111111001111110011111100111111 | eaa43f3f3f3f3f |
UTF-8 | 蠅뗩떥咽깈딼 | 111010001010000010000101111010111001011110101001111010111001011010100101111011111010011010011110111010101011100110001000111010111001010010111100 | e8a085eb97a9eb96a5efa69eeab988eb94bc |
UHC | 蠅뗩떥咽깈딼 | 111000111011001010001011111010011000101110111000111001101110110010000011100001111000101101010101 | e3b28be98bb8e6ec83878b55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)