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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
EUC-JP | ľ}iľ}iB | 1000111110101011110010110111110101101001100011111010101111001011011111010110100101000010 | 8fabcb7d698fabcb7d6942 |
UTF-8 | ľ}iľ}iB | 110001001011111001111101011010011100010010111110011111010110100101000010 | c4be7d69c4be7d6942 |
UHC | ?}i?}iB | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)