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 | 001111110011111100111111001111110100000001101000 | 3f3f3f3f4068 |
SJIS-WIN | 蛇式射治@h | 10001110110101101000111010101110100011101100101110001110101000010100000001101000 | 8ed68eae8ecb8ea14068 |
EUC-JP | 蛇式射治@h | 10111100110110001011110010110000101111001100110110111100101000110100000001101000 | bcd8bcb0bccdbca34068 |
UTF-8 | 蛇式射治@h | 1110100010011011100001111110010110111100100011111110010110110000100001001110011010110010101110110100000001101000 | e89b87e5bc8fe5b084e6b2bb4068 |
UHC | 蛇式射治@h | 11011110111011111110001111010010110111101101001011110110101111010100000001101000 | deefe3d2ded2f6bd4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)