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 | 1110101110101100101010100110100001000101111010111010110010101010011010000100010101000010 | ebacaa6845ebacaa684542 |
UHC | 묪hE묪hEB | 100100100100001001101000010001011001001001000010011010000100010101000010 | 924268459242684542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)