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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 毅銷劍B | 10001011010000101110011111110111100110011001100001000010 | 8b42e7f7999842 |
EUC-JP | 毅銷劍B | 10110101101000111110111011111001110100011111100001000010 | b5a3eef9d1f842 |
UTF-8 | 毅銷劍B | 11100110101011111000010111101001100010101011011111100101100010101000110101000010 | e6af85e98ab7e58a8d42 |
UHC | 毅銷劍B | 11101011111101101110000111010001110010111111110001000010 | ebf6e1d1cbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)