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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????®? | 0011111100111111001111110011111110001111101000101110111000111111 | 3f3f3f3f8fa2ee3f |
UTF-8 | 囹덈슚藺®뙴 | 1110111110100110101010011110101110001101100010001110110010001010100110101110111110100111101100001100001010101110111010111001100110110100 | efa6a9eb8d88ec8a9aefa7b0c2aeeb99b4 |
UHC | 囹덈슚藺®뙴 | 111001111010101010001000111010111001101010101000111011001110000110100010111001111000110010110111 | e7aa88eb9aa8ece1a2e78cb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)