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 | 蔘藜}蔘藜{^ | 1110010011110011111001010101101101111101111001001111001111100101010110110111101101011110 | e4f3e55b7de4f3e55b7b5e |
EUC-JP | 蔘藜}蔘藜{^ | 1110100011110101111010011011110001111101111010001111010111101001101111000111101101011110 | e8f5e9bc7de8f5e9bc7b5e |
UTF-8 | 蔘藜}蔘藜{^ | 111010001001010010011000111010001001011110011100011111011110100010010100100110001110100010010111100111000111101101011110 | e89498e8979c7de89498e8979c7b5e |
UHC | 蔘藜}蔘藜{^ | 1101111110111000110101011110110101111101110111111011100011010101111011010111101101011110 | dfb8d5ed7ddfb8d5ed7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)