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 | ???}B | 0011111100111111001111110111110101000010 | 3f3f3f7d42 |
SJIS-WIN | 褻?阮}B | 11100101111101100011111111101000100101100111110101000010 | e5f63fe8967d42 |
EUC-JP | 褻饍阮}B | 111010101111100010001111111010001110110111101111111101100111110101000010 | eaf88fe8edeff67d42 |
UTF-8 | 褻饍阮}B | 1110100010100100101110111110100110100101100011011110100110011000101011100111110101000010 | e8a4bbe9a58de998ae7d42 |
UHC | 褻饍阮}B | 1110000011100001111000001101011111101000110101100111110101000010 | e0e1e0d7e8d67d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)