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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陬∵」堤▲ | 111010001010001110000001111001101010001110010010111001111000000110100011 | e8a381e6a392e781a3 |
EUC-JP | 陬∵」堤▲ | 11110000101001011010001011101000100011101010001111000100111010011010001010100101 | f0a5a2e88ea3c4e9a2a5 |
UTF-8 | 陬∵」堤▲ | 111010011001100110101100111000101000100010110101111011111011110110100011111001011010000010100100111000101001011010110010 | e999ace288b5efbda3e5a0a4e296b2 |
UHC | ?∵?堤▲ | 0011111110100001111100010011111111110000101001111010000111100011 | 3fa1f13ff0a7a1e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)