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Òý | 1111011110101001010001001101001011111101 | f7a944d2fd |
SJIS-WIN | ÷?D?? | 100000011000000000111111010001000011111100111111 | 81803f443f3f |
EUC-JP | ÷©DÒý | 101000011110000010001111101000101110110101000100100011111010101011010010100011111010101111110010 | a1e08fa2ed448faad28fabf2 |
UTF-8 | ÷©DÒý | 110000111011011111000010101010010100010011000011100100101100001110111101 | c3b7c2a944c392c3bd |
UHC | ÷?D?? | 101000011100000000111111010001000011111100111111 | a1c03f443f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)