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 | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 跏ィ辷オ魘ォh | 11100110111001101010100011100111100010001011010111101001101101001010101101101000 | e6e6a8e788b5e9b4ab68 |
EUC-JP | 跏ィ辷オ魘ォh | 11101100111010001000111010101000111011011110100010001110101101011111001010110110100011101010101101101000 | ece88ea8ede88eb5f2b68eab68 |
UTF-8 | 跏ィ辷オ魘ォh | 11101000101101111000111111101111101111011010100011101000101111101011011111101111101111011011010111101001101011011001100011101111101111011010101101101000 | e8b78fefbda8e8beb7efbdb5e9ad98efbdab68 |
UHC | 跏?????h | 1100101010111010001111110011111100111111001111110011111101101000 | caba3f3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)