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 | 10001011010000101110100010011001100110011001100001000010 | 8b42e899999842 |
EUC-JP | 毅陌劍B | 10110101101000111110111111111001110100011111100001000010 | b5a3eff9d1f842 |
UTF-8 | 毅陌劍B | 11100110101011111000010111101001100110011000110011100101100010101000110101000010 | e6af85e9998ce58a8d42 |
UHC | 毅陌劍B | 11101011111101101101100011101000110010111111110001000010 | ebf6d8e8cbfc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)