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 | 10011001011000011001100110011000111010001100100101000010 | 99619998e8c942 |
EUC-JP | 兮劍靄B | 11010001110000101101000111111000111100001100101101000010 | d1c2d1f8f0cb42 |
UTF-8 | 兮劍靄B | 11100101100001011010111011100101100010101000110111101001100111011000010001000010 | e585aee58a8de99d8442 |
UHC | 兮劍靄B | 11111011101100011100101111111100111001001111011101000010 | fbb1cbfce4f742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)