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 | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
SJIS-WIN | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
EUC-JP | ??c??cB | 00111111001111110110001100111111001111110110001101000010 | 3f3f633f3f6342 |
UTF-8 | 렻렕c렻렕cB | 111010111010000010111011111010111010000010010101011000111110101110100000101110111110101110100000100101010110001101000010 | eba0bbeba09563eba0bbeba0956342 |
UHC | 렻렕c렻렕cB | 1000111011000011100011101010101001100011100011101100001110001110101010100110001101000010 | 8ec38eaa638ec38eaa6342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)