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 | 0011111101101001001111110110100101000010 | 3f693f6942 |
SJIS-WIN | 纖i纖iB | 11100011100110010110100111100011100110010110100101000010 | e39969e3996942 |
EUC-JP | 纖i纖iB | 11100101111110010110100111100101111110010110100101000010 | e5f969e5f96942 |
UTF-8 | 纖i纖iB | 111001111011101010010110011010011110011110111010100101100110100101000010 | e7ba9669e7ba966942 |
UHC | 纖i纖iB | 11100000111010010110100111100000111010010110100101000010 | e0e969e0e96942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)