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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 醇? | 100011111000011000111111 | 8f863f |
EUC-JP | 醇? | 101111011110011000111111 | bde63f |
UTF-8 | 醇쉫 | 111010011000011010000111111011001000100110101011 | e98687ec89ab |
UHC | 醇쉫 | 11100010111101011001101010000101 | e2f59a85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)