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 | Ìïö÷ | 11001100111011111111011011110111 | cceff6f7 |
SJIS-WIN | ???÷ | 0011111100111111001111111000000110000000 | 3f3f3f8180 |
EUC-JP | Ìïö÷ | 1000111110101010110000001000111110101011110000011000111110101011110100111010000111100000 | 8faac08fabc18fabd3a1e0 |
UTF-8 | Ìïö÷ | 1100001110001100110000111010111111000011101101101100001110110111 | c38cc3afc3b6c3b7 |
UHC | ???÷ | 0011111100111111001111111010000111000000 | 3f3f3fa1c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)