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 | 議? | 100010110110001100111111 | 8b633f |
EUC-JP | 議? | 101101011100010000111111 | b5c43f |
UTF-8 | 議덁 | 111010001010110110110000111010111000110110000001 | e8adb0eb8d81 |
UHC | 議덁 | 11101100101000011000100011100100 | eca188e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)