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 | 鞳守鹿 | 111010001110001110001110111001111000111010101101 | e8e38ee78ead |
EUC-JP | 鞳守鹿 | 111100001110010110111100111010011011110010101111 | f0e5bce9bcaf |
UTF-8 | 鞳守鹿 | 111010011001111010110011111001011010111010001000111010011011100110111111 | e99eb3e5ae88e9b9bf |
UHC | ?守鹿 | 0011111111100001111110101101011011100011 | 3fe1fad6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)