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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 猯倏珀獪 | 1110000011001100111000001100010111100000110111111110000011010100 | e0cce0c5e0dfe0d4 |
EUC-JP | 猯倏珀獪 | 1110000011001110111000001100011111100000111000011110000011010110 | e0cee0c7e0e1e0d6 |
UTF-8 | 猯倏珀獪 | 111001111000110010101111111001011000000010001111111001111000111110000000111001111000110110101010 | e78cafe5808fe78f80e78daa |
UHC | ??珀獪 | 001111110011111111011010110101101111110011101010 | 3f3fdad6fcea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)