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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪式蛇偲 | 1000111011010111100011101010111010001110110101101000111011000011 | 8ed78eae8ed68ec3 |
EUC-JP | 邪式蛇偲 | 1011110011011001101111001011000010111100110110001011110011000101 | bcd9bcb0bcd8bcc5 |
UTF-8 | 邪式蛇偲 | 111010011000001010101010111001011011110010001111111010001001101110000111111001011000000110110010 | e982aae5bc8fe89b87e581b2 |
UHC | 邪式蛇? | 11011110111101111110001111010010110111101110111100111111 | def7e3d2deef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)