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 | 10010000111010010110100110010000111010010110100101000010 | 90e96990e96942 |
EUC-JP | 宣i宣iB | 11000000111010110110100111000000111010110110100101000010 | c0eb69c0eb6942 |
UTF-8 | 宣i宣iB | 111001011010111010100011011010011110010110101110101000110110100101000010 | e5aea369e5aea36942 |
UHC | 宣i宣iB | 11100000101111100110100111100000101111100110100101000010 | e0be69e0be6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)