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 | UW | 100111100101010101010111 | 9e5557 |
SJIS-WIN | ?UW | 001111110101010101010111 | 3f5557 |
EUC-JP | ?UW | 001111110101010101010111 | 3f5557 |
UTF-8 | UW | 11000010100111100101010101010111 | c29e5557 |
UHC | ?UW | 001111110101010101010111 | 3f5557 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)