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 | 10011111011110111110000101111100111010001110011101000010 | 9f7be17ce8e742 |
EUC-JP | 毬痞韈B | 11011101110111001110000111011101111100001110100101000010 | dddce1ddf0e942 |
UTF-8 | 毬痞韈B | 11100110101011111010110011100111100101111001111011101001100111111000100001000010 | e6aface7979ee99f8842 |
UHC | 毬??B | 1100111110110011001111110011111101000010 | cfb33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)