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 | 咳?~ | 10001010010100000011111101111110 | 8a503f7e |
EUC-JP | 咳?~ | 10110011101100010011111101111110 | b3b13f7e |
UTF-8 | 咳렣~ | 11100101100100101011001111101011101000001010001101111110 | e592b3eba0a37e |
UHC | 咳렣~ | 1111101010100110100011101011010001111110 | faa68eb47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)