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 | ¤¢ | 1010010010100010 | a4a2 |
SJIS-WIN | ?¢ | 001111111000000110010001 | 3f8191 |
EUC-JP | ¤¢ | 1000111110100010111100001010000111110001 | 8fa2f0a1f1 |
UTF-8 | ¤¢ | 11000010101001001100001010100010 | c2a4c2a2 |
UHC | ¤? | 101000101011010000111111 | a2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)