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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 齊?~ | 11101010100011100011111101111110 | ea8e3f7e |
EUC-JP | 齊?~ | 11110011111011100011111101111110 | f3ee3f7e |
UTF-8 | 齊렣~ | 11101001101111011000101011101011101000001010001101111110 | e9bd8aeba0a37e |
UHC | 齊렣~ | 1111000010111010100011101011010001111110 | f0ba8eb47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)