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 | ç²MÑ | 1110011110110010100000110100110111010001 | e7b2834dd1 |
SJIS-WIN | ???M? | 0011111100111111001111110100110100111111 | 3f3f3f4d3f |
EUC-JP | ç??MÑ | 100011111010101110101110001111110011111101001101100011111010101011010000 | 8fabae3f3f4d8faad0 |
UTF-8 | ç²MÑ | 110000111010011111000010101100101100001010000011010011011100001110010001 | c3a7c2b2c2834dc391 |
UHC | ?²?M? | 001111111010100111110111001111110100110100111111 | 3fa9f73f4d3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)