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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 邪式靜 | 100011101101011110001110101011101110100011001110 | 8ed78eaee8ce |
EUC-JP | 邪式靜 | 101111001101100110111100101100001111000011010000 | bcd9bcb0f0d0 |
UTF-8 | 邪式靜 | 111010011000001010101010111001011011110010001111111010011001110110011100 | e982aae5bc8fe99d9c |
UHC | 邪式靜 | 110111101111011111100011110100101111000010100001 | def7e3d2f0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)