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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱揃孫狸損 | 10010010010001011001000110110101100100011011011110010010010010111001000110111001 | 924591b591b7924b91b9 |
EUC-JP | 脱揃孫狸損 | 11000011101001101100001010110111110000101011100111000011101011001100001010111011 | c3a6c2b7c2b9c3acc2bb |
UTF-8 | 脱揃孫狸損 | 111010001000010010110001111001101000111110000011111001011010110110101011111001111000101110111000111001101001000010001101 | e884b1e68f83e5adabe78bb8e6908d |
UHC | ??孫狸損 | 0011111100111111111000011101110111010111111000011110000111011111 | 3f3fe1ddd7e1e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)