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 | 10001111101011010110100110001111101011010110100101000010 | 8fad698fad6942 |
EUC-JP | 少i少iB | 10111110101011110110100110111110101011110110100101000010 | beaf69beaf6942 |
UTF-8 | 少i少iB | 111001011011000010010001011010011110010110110000100100010110100101000010 | e5b09169e5b0916942 |
UHC | 少i少iB | 11100001101101000110100111100001101101000110100101000010 | e1b469e1b46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)