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 | 歪警慣 | 100110000110001110001100011110001000101010110101 | 98638c788ab5 |
EUC-JP | 歪警慣 | 110011111100010010110111110110011011010010110111 | cfc4b7d9b4b7 |
UTF-8 | 歪警慣 | 111001101010110110101010111010001010110110100110111001101000010110100011 | e6adaae8ada6e685a3 |
UHC | 歪警慣 | 111010001110000011001100111011011100111010110001 | e8e0ccedceb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)