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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 歪警? | 1001100001100011100011000111100000111111 | 98638c783f |
EUC-JP | 歪警? | 1100111111000100101101111101100100111111 | cfc4b7d93f |
UTF-8 | 歪警♧ | 111001101010110110101010111010001010110110100110111000101001100110100111 | e6adaae8ada6e299a7 |
UHC | 歪警♧ | 111010001110000011001100111011011010001010111111 | e8e0cceda2bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)