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 | 閱묎퉭留®뙳 | 1110100110010110101100011110101110101100100011101110110110001001101011011110111110100111100011011100001010101110111010111001100110110011 | e996b1ebac8eed89adefa78dc2aeeb99b3 |
UHC | 閱묎퉭留®뙳 | 111001101111001110010001111010101011100110000101111010111010011110100010111001111000110010110110 | e6f391eab985eba7a2e78cb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)