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 | ?hE?hEB | 00111111011010000100010100111111011010000100010101000010 | 3f68453f684542 |
SJIS-WIN | ?hE?hEB | 00111111011010000100010100111111011010000100010101000010 | 3f68453f684542 |
EUC-JP | ?hE?hEB | 00111111011010000100010100111111011010000100010101000010 | 3f68453f684542 |
UTF-8 | 쉃hE쉃hEB | 1110110010001001100000110110100001000101111011001000100110000011011010000100010101000010 | ec89836845ec8983684542 |
UHC | 쉃hE쉃hEB | 100110100101100001101000010001011001101001011000011010000100010101000010 | 9a5868459a58684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)