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 | ÷ÐßÆ | 100111111111011110010110110100001101111111000110 | 9ff796d0dfc6 |
SJIS-WIN | ?÷???? | 00111111100000011000000000111111001111110011111100111111 | 3f81803f3f3f3f |
EUC-JP | ?÷??ßÆ | 0011111110100001111000000011111100111111100011111010100111001110100011111010100110100001 | 3fa1e03f3f8fa9ce8fa9a1 |
UTF-8 | ÷ÐßÆ | 110000101001111111000011101101111100001010010110110000111001000011000011100111111100001110000110 | c29fc3b7c296c390c39fc386 |
UHC | ?÷?ÐßÆ | 00111111101000011100000000111111101010001010001010101001101011001010100010100001 | 3fa1c03fa8a2a9aca8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)