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 | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 陂党i陂党iB | 1110100010011000100100110111110101101001111010001001100010010011011111010110100101000010 | e898937d69e898937d6942 |
EUC-JP | 陂党i陂党iB | 1110111111111000110001011101111001101001111011111111100011000101110111100110100101000010 | eff8c5de69eff8c5de6942 |
UTF-8 | 陂党i陂党iB | 111010011001100110000010111001011000010110011010011010011110100110011001100000101110010110000101100110100110100101000010 | e99982e5859a69e99982e5859a6942 |
UHC | 陂?i陂?iB | 111110011010111000111111011010011111100110101110001111110110100101000010 | f9ae3f69f9ae3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)