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 | ¶¼ | 1011011010111100 | b6bc |
SJIS-WIN | ¶? | 100000011111011100111111 | 81f73f |
EUC-JP | ¶? | 101000101111100100111111 | a2f93f |
UTF-8 | ¶¼ | 11000010101101101100001010111100 | c2b6c2bc |
UHC | ¶¼ | 10100010110100101010100011111001 | a2d2a8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)