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 | 獺茫}獺茫{^ | 1110000011011010111001001010100101111101111000001101101011100100101010010111101101011110 | e0dae4a97de0dae4a97b5e |
EUC-JP | 獺茫}獺茫{^ | 1110000011011100111010001010101101111101111000001101110011101000101010110111101101011110 | e0dce8ab7de0dce8ab7b5e |
UTF-8 | 獺茫}獺茫{^ | 111001111000110110111010111010001000110010101011011111011110011110001101101110101110100010001100101010110111101101011110 | e78dbae88cab7de78dbae88cab7b5e |
UHC | 獺茫}獺茫{^ | 1101001110110111110110001101010001111101110100111011011111011000110101000111101101011110 | d3b7d8d47dd3b7d8d47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)