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 | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 壓?軋E | 100110101101100000111111111001110110000101000101 | 9ad83fe76145 |
EUC-JP | 壓唵軋E | 1101010011011010100011111011010111010001111011011100001001000101 | d4da8fb5d1edc245 |
UTF-8 | 壓唵軋E | 11100101101000111001001111100101100101001011010111101000101110111000101101000101 | e5a393e594b5e8bb8b45 |
UHC | 壓唵軋E | 11100100111000101110010011011010111001001101100001000101 | e4e2e4dae4d845 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)