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 | 110111111111100001000101 | dff845 |
SJIS-WIN | ??E | 001111110011111101000101 | 3f3f45 |
EUC-JP | ßøE | 10001111101010011100111010001111101010011100110001000101 | 8fa9ce8fa9cc45 |
UTF-8 | ßøE | 1100001110011111110000111011100001000101 | c39fc3b845 |
UHC | ßøE | 1010100110101100101010011010101001000101 | a9aca9aa45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)