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 | 110001001101111001000101 | c4de45 |
SJIS-WIN | ??E | 001111110011111101000101 | 3f3f45 |
EUC-JP | ÄÞE | 10001111101010101010001110001111101010011011000001000101 | 8faaa38fa9b045 |
UTF-8 | ÄÞE | 1100001110000100110000111001111001000101 | c384c39e45 |
UHC | ?ÞE | 00111111101010001010110101000101 | 3fa8ad45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)