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 | 蟆苓ア檎 | 11100101101100001001011111101000101100011000110011100111 | e5b097e8b18ce7 |
EUC-JP | 蟆苓ア檎 | 1110101010110010110011101110101010001110101100011011100011101001 | eab2ceea8eb1b8e9 |
UTF-8 | 蟆苓ア檎 | 111010001001111110000110111010001000101110010011111011111011110110110001111001101010101010001110 | e89f86e88b93efbdb1e6aa8e |
UHC | ???檎 | 0011111100111111001111111101000011010101 | 3f3f3fd0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)