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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?ィ?ィB | 0011111110101000001111111010100001000010 | 3fa83fa842 |
EUC-JP | ?ィ?ィB | 00111111100011101010100000111111100011101010100001000010 | 3f8ea83f8ea842 |
UTF-8 | ィィB | 11101110101111001011111011101111101111011010100011101110101111001011111011101111101111011010100001000010 | eebcbeefbda8eebcbeefbda842 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)