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 | ``^ | 100010110110000010001010100110001000101101100000100010101001100001011110 | 8b608a988b608a985e |
SJIS-WIN | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
EUC-JP | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
UTF-8 | ``^ | 110000101000101101100000110000101000101011000010100110001100001010001011011000001100001010001010110000101001100001011110 | c28b60c28ac298c28b60c28ac2985e |
UHC | ?`???`??^ | 001111110110000000111111001111110011111101100000001111110011111101011110 | 3f603f3f3f603f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)