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 | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | 張?E張?EB | 100100101010001100111111010001011001001010100011001111110100010101000010 | 92a33f4592a33f4542 |
EUC-JP | 張?E張?EB | 110001001010010100111111010001011100010010100101001111110100010101000010 | c4a53f45c4a53f4542 |
UTF-8 | 張렗E張렗EB | 111001011011110010110101111010111010000010010111010001011110010110111100101101011110101110100000100101110100010101000010 | e5bcb5eba09745e5bcb5eba0974542 |
UHC | 張렗E張렗EB | 1110110111100101100011101010110001000101111011011110010110001110101011000100010101000010 | ede58eac45ede58eac4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)