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 | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-WIN | 琺\}琺\{^ | 111000001110100101011100011111011110000011101001010111000111101101011110 | e0e95c7de0e95c7b5e |
EUC-JP | 琺\}琺\{^ | 111000001110101101011100011111011110000011101011010111000111101101011110 | e0eb5c7de0eb5c7b5e |
UTF-8 | 琺\}琺\{^ | 1110011110010000101110100101110001111101111001111001000010111010010111000111101101011110 | e790ba5c7de790ba5c7b5e |
UHC | 琺\}琺\{^ | 110110111111011101011100011111011101101111110111010111000111101101011110 | dbf75c7ddbf75c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)