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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 題?蔚?儒 | 1001000111101000001111111000100101010101001111111000111011110010 | 91e83f89553f8ef2 |
EUC-JP | 題?蔚?儒 | 1100001011101010001111111011000110110110001111111011110011110100 | c2ea3fb1b63fbcf4 |
UTF-8 | 題렍蔚렯儒 | 111010011010000110001100111010111010000010001101111010001001010010011010111010111010000010101111111001011000010010010010 | e9a18ceba08de8949aeba0afe58492 |
UHC | 題렍蔚렯儒 | 11110000101110011000111010100011111010101010010110001110101111001110101011100011 | f0b98ea3eaa58ebceae3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)