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 | ¶Ç~ | 101101101100011101111110 | b6c77e |
SJIS-WIN | ¶?~ | 10000001111101110011111101111110 | 81f73f7e |
EUC-JP | ¶Ç~ | 101000101111100110001111101010101010111001111110 | a2f98faaae7e |
UTF-8 | ¶Ç~ | 1100001010110110110000111000011101111110 | c2b6c3877e |
UHC | ¶?~ | 10100010110100100011111101111110 | a2d23f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)