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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 議拔 | 10001011011000111001110101010101 | 8b639d55 |
EUC-JP | 議拔 | 10110101110001001101100110110110 | b5c4d9b6 |
UTF-8 | 議拔 | 111010001010110110110000111001101000101110010100 | e8adb0e68b94 |
UHC | 議拔 | 11101100101000011101101011111011 | eca1dafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)