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 | æÉáø | 11100110110010011110000111111000 | e6c9e1f8 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | æÉáø | 100011111010100111000001100011111010101010110001100011111010101110100001100011111010100111001100 | 8fa9c18faab18faba18fa9cc |
UTF-8 | æÉáø | 1100001110100110110000111000100111000011101000011100001110111000 | c3a6c389c3a1c3b8 |
UHC | æ??ø | 101010011010000100111111001111111010100110101010 | a9a13f3fa9aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)