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??wB | 00111111001111110111011100111111001111110111011101000010 | 3f3f773f3f7742 |
SJIS-WIN | 寥?w寥?wB | 100110111000110000111111011101111001101110001100001111110111011101000010 | 9b8c3f779b8c3f7742 |
EUC-JP | 寥?w寥?wB | 110101011110110000111111011101111101010111101100001111110111011101000010 | d5ec3f77d5ec3f7742 |
UTF-8 | 寥렔w寥렔wB | 111001011010111110100101111010111010000010010100011101111110010110101111101001011110101110100000100101000111011101000010 | e5afa5eba09477e5afa5eba0947742 |
UHC | 寥렔w寥렔wB | 1110100011101111100011101010100101110111111010001110111110001110101010010111011101000010 | e8ef8ea977e8ef8ea97742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)