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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蠅?? | 11100101101000100011111100111111 | e5a23f3f |
EUC-JP | 蠅?? | 11101010101001000011111100111111 | eaa43f3f |
UTF-8 | 蠅뗩뢗 | 111010001010000010000101111010111001011110101001111010111010001010010111 | e8a085eb97a9eba297 |
UHC | 蠅뗩뢗 | 111000111011001010001011111010011000111101010010 | e3b28be98f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)