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 | 蔘枸}蔘枸{^ | 1110010011110011100111100110110101111101111001001111001110011110011011010111101101011110 | e4f39e6d7de4f39e6d7b5e |
EUC-JP | 蔘枸}蔘枸{^ | 1110100011110101110110111100111001111101111010001111010111011011110011100111101101011110 | e8f5dbce7de8f5dbce7b5e |
UTF-8 | 蔘枸}蔘枸{^ | 111010001001010010011000111001101001111010111000011111011110100010010100100110001110011010011110101110000111101101011110 | e89498e69eb87de89498e69eb87b5e |
UHC | 蔘枸}蔘枸{^ | 1101111110111000110011111010111001111101110111111011100011001111101011100111101101011110 | dfb8cfae7ddfb8cfae7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)