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 | 10010011111110100110100110010011111110100110100101000010 | 93fa6993fa6942 |
EUC-JP | 日i日iB | 11000110111111000110100111000110111111000110100101000010 | c6fc69c6fc6942 |
UTF-8 | 日i日iB | 111001101001011110100101011010011110011010010111101001010110100101000010 | e697a569e697a56942 |
UHC | 日i日iB | 11101100111011010110100111101100111011010110100101000010 | eced69eced6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)