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 | 11100110101110011001101111100111100010111011100001101000 | e6b99be78bb868 |
EUC-JP | 貉帷矯h | 11101100101110111101011011101001101101101011101001101000 | ecbbd6e9b6ba68 |
UTF-8 | 貉帷矯h | 11101000101100101000100111100101101110001011011111100111100111111010111101101000 | e8b289e5b8b7e79faf68 |
UHC | ??矯h | 0011111100111111110011101110110001101000 | 3f3fceec68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)