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 | ?~ | 0011111101111110 | 3f7e |
SJIS-WIN | 齊~ | 111010101000111001111110 | ea8e7e |
EUC-JP | 齊~ | 111100111110111001111110 | f3ee7e |
UTF-8 | 齊~ | 11101001101111011000101001111110 | e9bd8a7e |
UHC | 齊~ | 111100001011101001111110 | f0ba7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)