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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 皰獗盖゚ユ^ | 111000011010110011100000110100111110000110110011110111111101010101011110 | e1ace0d3e1b3dfd55e |
EUC-JP | 皰獗盖゚ユ^ | 1110001010101110111000001101010111100010101101011000111011011111100011101101010101011110 | e2aee0d5e2b58edf8ed55e |
UTF-8 | 皰獗盖゚ユ^ | 11100111100110101011000011100111100011011001011111100111100110111001011011101111101111101001111111101111101111101001010101011110 | e79ab0e78d97e79b96efbe9fefbe955e |
UHC | ?獗盖??^ | 0011111111001111111100011100101111001100001111110011111101011110 | 3fcff1cbcc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)