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 | 膠\}膠\{^ | 111001000101000001011100011111011110010001010000010111000111101101011110 | e4505c7de4505c7b5e |
EUC-JP | 膠\}膠\{^ | 111001111011000101011100011111011110011110110001010111000111101101011110 | e7b15c7de7b15c7b5e |
UTF-8 | 膠\}膠\{^ | 1110100010000110101000000101110001111101111010001000011010100000010111000111101101011110 | e886a05c7de886a05c7b5e |
UHC | 膠\}膠\{^ | 110011101110111101011100011111011100111011101111010111000111101101011110 | ceef5c7dceef5c7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)