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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 皚臚}皚臚{^ | 1110000110101011111001000110010101111101111000011010101111100100011001010111101101011110 | e1abe4657de1abe4657b5e |
EUC-JP | 皚臚}皚臚{^ | 1110001010101101111001111100011001111101111000101010110111100111110001100111101101011110 | e2ade7c67de2ade7c67b5e |
UTF-8 | 皚臚}皚臚{^ | 111001111001101010011010111010001000011110011010011111011110011110011010100110101110100010000111100110100111101101011110 | e79a9ae8879a7de79a9ae8879a7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)