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 | ÷©Dðî | 1111011110101001010001001111000011101110 | f7a944f0ee |
SJIS-WIN | ÷?D?? | 100000011000000000111111010001000011111100111111 | 81803f443f3f |
EUC-JP | ÷©Dðî | 101000011110000010001111101000101110110101000100100011111010100111000011100011111010101111000010 | a1e08fa2ed448fa9c38fabc2 |
UTF-8 | ÷©Dðî | 110000111011011111000010101010010100010011000011101100001100001110101110 | c3b7c2a944c3b0c3ae |
UHC | ÷?Dð? | 10100001110000000011111101000100101010011010001100111111 | a1c03f44a9a33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)