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 | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 邀也嵯鬯サ@h | 1110011110110001100101101110011110001101101101011110100110101100101110110100000001101000 | e7b196e78db5e9acbb4068 |
EUC-JP | 邀也嵯鬯サ@h | 111011101011001111001100111010011011101010110111111100101010111010001110101110110100000001101000 | eeb3cce9bab7f2ae8ebb4068 |
UTF-8 | 邀也嵯鬯サ@h | 1110100110000010100000001110010010111001100111111110010110110101101011111110100110101100101011111110111110111101101110110100000001101000 | e98280e4b99fe5b5afe9acafefbdbb4068 |
UHC | 邀也嵯??@h | 11101001101011011110010110100101111100111010101100111111001111110100000001101000 | e9ade5a5f3ab3f3f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)