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 | ?豐豎 | 0011111111100110101100101110011010110001 | 3fe6b2e6b1 |
EUC-JP | 淎豐豎 | 10001111110001111101100011101100101101001110110010110011 | 8fc7d8ecb4ecb3 |
UTF-8 | 淎豐豎 | 111001101011011110001110111010001011000110010000111010001011000110001110 | e6b78ee8b190e8b18e |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)