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 | 11101001100001111010010011101001100110111010101101000010 | e987a4e99bab42 |
EUC-JP | 驥、髮ォB | 111100011110011110001110101001001111000111111011100011101010101101000010 | f1e78ea4f1fb8eab42 |
UTF-8 | 驥、髮ォB | 11101001101010011010010111101111101111011010010011101001101010111010111011101111101111011010101101000010 | e9a9a5efbda4e9abaeefbdab42 |
UHC | 驥?髮?B | 11010001110010100011111111011011101001010011111101000010 | d1ca3fdba53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)