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 | 耘鱧 | 11100011110011111110100111100101 | e3cfe9e5 |
EUC-JP | 耘鱧 | 11100110110100011111001011100111 | e6d1f2e7 |
UTF-8 | 耘鱧 | 111010001000000010011000111010011011000110100111 | e88098e9b1a7 |
UHC | 耘? | 111010011111110000111111 | e9fc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)