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 | 11100110111011111010010111100110100000111011101001000010 | e6efa5e683ba42 |
EUC-JP | 跣・諠コB | 111011001111000110001110101001011110101111100011100011101011101001000010 | ecf18ea5ebe38eba42 |
UTF-8 | 跣・諠コB | 11101000101101111010001111101111101111011010010111101000101010111010000011101111101111011011101001000010 | e8b7a3efbda5e8aba0efbdba42 |
UHC | 跣???B | 111000001101001100111111001111110011111101000010 | e0d33f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)