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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 毬咤眄w | 10011111011110111001101001000010111000011011111001110111 | 9f7b9a42e1be77 |
EUC-JP | 毬咤眄w | 11011101110111001101001110100011111000101100000001110111 | dddcd3a3e2c077 |
UTF-8 | 毬咤眄w | 11100110101011111010110011100101100100101010010011100111100111001000010001110111 | e6aface592a4e79c8477 |
UHC | 毬咤眄w | 11001111101100111111011011100011110110001111100001110111 | cfb3f6e3d8f877 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)