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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 珀獨蕚}B | 1110000011011111111000001101010111100100110101000111110101000010 | e0dfe0d5e4d47d42 |
EUC-JP | 珀獨蕚}B | 1110000011100001111000001101011111101000110101100111110101000010 | e0e1e0d7e8d67d42 |
UTF-8 | 珀獨蕚}B | 1110011110001111100000001110011110001101101010001110100010010101100110100111110101000010 | e78f80e78da8e8959a7d42 |
UHC | 珀獨?}B | 11011010110101101101010010111100001111110111110101000010 | dad6d4bc3f7d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)