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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 翩蝎B | 1110001111000111111001011001100101000010 | e3c7e59942 |
EUC-JP | 翩蝎B | 1110011011001001111010011111100101000010 | e6c9e9f942 |
UTF-8 | 翩蝎B | 11100111101111111010100111101000100111011000111001000010 | e7bfa9e89d8e42 |
UHC | 翩蝎B | 1111100010111011110010101110100101000010 | f8bbcae942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)