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 | ¶÷ñÛ | 10110110111101111111000111011011 | b6f7f1db |
SJIS-WIN | ¶÷?? | 100000011111011110000001100000000011111100111111 | 81f781803f3f |
EUC-JP | ¶÷ñÛ | 10100010111110011010000111100000100011111010101111010000100011111010101011100101 | a2f9a1e08fabd08faae5 |
UTF-8 | ¶÷ñÛ | 1100001010110110110000111011011111000011101100011100001110011011 | c2b6c3b7c3b1c39b |
UHC | ¶÷?? | 101000101101001010100001110000000011111100111111 | a2d2a1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)