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 | ?鳧}?鳧{^ | 001111111110100111101000011111010011111111101001111010000111101101011110 | 3fe9e87d3fe9e87b5e |
EUC-JP | ?鳧}?鳧{^ | 001111111111001011101010011111010011111111110010111010100111101101011110 | 3ff2ea7d3ff2ea7b5e |
UTF-8 | 赸鳧}赸鳧{^ | 111010001011010110111000111010011011001110100111011111011110100010110101101110001110100110110011101001110111101101011110 | e8b5b8e9b3a77de8b5b8e9b3a77b5e |
UHC | ?鳧}?鳧{^ | 001111111101110111000000011111010011111111011101110000000111101101011110 | 3fddc07d3fddc07b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)