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 | 助?~ | 10001111100101010011111101111110 | 8f953f7e |
EUC-JP | 助?~ | 10111101111101010011111101111110 | bdf53f7e |
UTF-8 | 助렑~ | 11100101100010101010100111101011101000001001000101111110 | e58aa9eba0917e |
UHC | 助렑~ | 1111000010111110100011101010011001111110 | f0be8ea67e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)