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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 箒醇┰] | 11100010101101001000111110000110100001001011101101011101 | e2b48f8684bb5d |
EUC-JP | 箒醇┰] | 11100100101101101011110111100110101010001011110101011101 | e4b6bde6a8bd5d |
UTF-8 | 箒醇┰] | 11100111101011101001001011101001100001101000011111100010100101001011000001011101 | e7ae92e98687e294b05d |
UHC | ?醇┰] | 001111111110001011110101101001101011110101011101 | 3fe2f5a6bd5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)