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 | 議褌 | 10001011011000111110010111101100 | 8b63e5ec |
EUC-JP | 議褌 | 10110101110001001110101011101110 | b5c4eaee |
UTF-8 | 議褌 | 111010001010110110110000111010001010010010001100 | e8adb0e8a48c |
UHC | 議? | 111011001010000100111111 | eca13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)