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 | 他測~ | 1001000110111100100100011010101001111110 | 91bc91aa7e |
EUC-JP | 他測~ | 1100001010111110110000101010110001111110 | c2bec2ac7e |
UTF-8 | 他測~ | 11100100101110111001011011100110101110001010110001111110 | e4bb96e6b8ac7e |
UHC | 他測~ | 1111011011100010111101101011010001111110 | f6e2f6b47e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)