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 | 靹\}靹\{^ | 111010001101011001011100011111011110100011010110010111000111101101011110 | e8d65c7de8d65c7b5e |
EUC-JP | 靹\}靹\{^ | 111100001101100001011100011111011111000011011000010111000111101101011110 | f0d85c7df0d85c7b5e |
UTF-8 | 靹\}靹\{^ | 1110100110011101101110010101110001111101111010011001110110111001010111000111101101011110 | e99db95c7de99db95c7b5e |
UHC | ?\}?\{^ | 00111111010111000111110100111111010111000111101101011110 | 3f5c7d3f5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)