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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 峯峯^ | 1001010111110101100101011111010101011110 | 95f595f55e |
EUC-JP | 峯峯^ | 1100101011110111110010101111011101011110 | caf7caf75e |
UTF-8 | 峯峯^ | 11100101101100111010111111100101101100111010111101011110 | e5b3afe5b3af5e |
UHC | 峯峯^ | 1101110011100111110111001110011101011110 | dce7dce75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)