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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 衽艀E | 1110010111010001111001000111100001000101 | e5d1e47845 |
EUC-JP | 衽艀E | 1110101011010011111001111101100101000101 | ead3e7d945 |
UTF-8 | 衽艀E | 11101000101000011011110111101000100010011000000001000101 | e8a1bde8898045 |
UHC | ?艀E | 00111111110111011011001001000101 | 3fddb245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)