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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 猾猩珮h | 11100000110011111110000011001101111000001110000101101000 | e0cfe0cde0e168 |
EUC-JP | 猾猩珮h | 11100000110100011110000011001111111000001110001101101000 | e0d1e0cfe0e368 |
UTF-8 | 猾猩珮h | 11100111100011001011111011100111100011001010100111100111100011111010111001101000 | e78cbee78ca9e78fae68 |
UHC | 猾猩?h | 111111001100001011100000111110100011111101101000 | fcc2e0fa3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)