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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 峯}峯{^ | 10010101111101010111110110010101111101010111101101011110 | 95f57d95f57b5e |
EUC-JP | 峯}峯{^ | 11001010111101110111110111001010111101110111101101011110 | caf77dcaf77b5e |
UTF-8 | 峯}峯{^ | 111001011011001110101111011111011110010110110011101011110111101101011110 | e5b3af7de5b3af7b5e |
UHC | 峯}峯{^ | 11011100111001110111110111011100111001110111101101011110 | dce77ddce77b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)