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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 邪式蛇偲爵 | 10001110110101111000111010101110100011101101011010001110110000111000111011011101 | 8ed78eae8ed68ec38edd |
EUC-JP | 邪式蛇偲爵 | 10111100110110011011110010110000101111001101100010111100110001011011110011011111 | bcd9bcb0bcd8bcc5bcdf |
UTF-8 | 邪式蛇偲爵 | 111010011000001010101010111001011011110010001111111010001001101110000111111001011000000110110010111001111000100010110101 | e982aae5bc8fe89b87e581b2e788b5 |
UHC | 邪式蛇?爵 | 110111101111011111100011110100101101111011101111001111111110110111001001 | def7e3d2deef3fedc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)