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 | UâÐØ | 100101100101010111100010110100001001011011011000 | 9655e2d096d8 |
SJIS-WIN | ?U???? | 001111110101010100111111001111110011111100111111 | 3f553f3f3f3f |
EUC-JP | ?Uâ??Ø | 00111111010101011000111110101011101001000011111100111111100011111010100110101100 | 3f558faba43f3f8fa9ac |
UTF-8 | UâÐØ | 1100001010010110010101011100001110100010110000111001000011000010100101101100001110011000 | c29655c3a2c390c296c398 |
UHC | ?U?Ð?Ø | 0011111101010101001111111010100010100010001111111010100010101010 | 3f553fa8a23fa8aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)