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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟆苓ア瑚 | 11100101101100001001011111101000101100011000110011101000 | e5b097e8b18ce8 |
EUC-JP | 蟆苓ア瑚 | 1110101010110010110011101110101010001110101100011011100011101010 | eab2ceea8eb1b8ea |
UTF-8 | 蟆苓ア瑚 | 111010001001111110000110111010001000101110010011111011111011110110110001111001111001000110011010 | e89f86e88b93efbdb1e7919a |
UHC | ???瑚 | 0011111100111111001111111111101111010001 | 3f3f3ffbd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)