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 | 潟\}潟\{^ | 100010101000001101011100011111011000101010000011010111000111101101011110 | 8a835c7d8a835c7b5e |
EUC-JP | 潟\}潟\{^ | 101100111110001101011100011111011011001111100011010111000111101101011110 | b3e35c7db3e35c7b5e |
UTF-8 | 潟\}潟\{^ | 1110011010111101100111110101110001111101111001101011110110011111010111000111101101011110 | e6bd9f5c7de6bd9f5c7b5e |
UHC | 潟\}潟\{^ | 111000001011001101011100011111011110000010110011010111000111101101011110 | e0b35c7de0b35c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)