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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 跣舌鮮^ | 11100110111011111001000011100011100100010100111001011110 | e6ef90e3914e5e |
EUC-JP | 跣舌鮮^ | 11101100111100011100000011100101110000011010111101011110 | ecf1c0e5c1af5e |
UTF-8 | 跣舌鮮^ | 11101000101101111010001111101000100010001000110011101001101011101010111001011110 | e8b7a3e8888ce9aeae5e |
UHC | 跣舌鮮^ | 11100000110100111110000011011111111000001101100001011110 | e0d3e0dfe0d85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)