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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 豫ε? | 1001100010101100100000111100001100111111 | 98ac83c33f |
EUC-JP | 豫ε? | 1101000010101110101001101100010100111111 | d0aea6c53f |
UTF-8 | 豫ε릦 | 1110100010110001101010111100111010110101111010111010011010100110 | e8b1abceb5eba6a6 |
UHC | 豫ε릦 | 111001111110001110100101111001011001000010001000 | e7e3a5e59088 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)