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 | ò®²@B | 111100101010111010001110101100100100000001000010 | f2ae8eb24042 |
SJIS-WIN | ????@B | 001111110011111100111111001111110100000001000010 | 3f3f3f3f4042 |
EUC-JP | ò®??@B | 10001111101010111101001010001111101000101110111000111111001111110100000001000010 | 8fabd28fa2ee3f3f4042 |
UTF-8 | ò®²@B | 11000011101100101100001010101110110000101000111011000010101100100100000001000010 | c3b2c2aec28ec2b24042 |
UHC | ?®?²@B | 0011111110100010111001110011111110101001111101110100000001000010 | 3fa2e73fa9f74042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)