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 | æN | 11100110100110101000000101001110 | e69a814e |
SJIS-WIN | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
EUC-JP | æ??N | 100011111010100111000001001111110011111101001110 | 8fa9c13f3f4e |
UTF-8 | æN | 11000011101001101100001010011010110000101000000101001110 | c3a6c29ac2814e |
UHC | æ??N | 1010100110100001001111110011111101001110 | a9a13f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)