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 | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-WIN | 猴糲i猴糲iB | 1110000011001011111000101111100001101001111000001100101111100010111110000110100101000010 | e0cbe2f869e0cbe2f86942 |
EUC-JP | 猴糲i猴糲iB | 1110000011001101111001001111101001101001111000001100110111100100111110100110100101000010 | e0cde4fa69e0cde4fa6942 |
UTF-8 | 猴糲i猴糲iB | 111001111000110010110100111001111011001110110010011010011110011110001100101101001110011110110011101100100110100101000010 | e78cb4e7b3b269e78cb4e7b3b26942 |
UHC | ??i??iB | 00111111001111110110100100111111001111110110100101000010 | 3f3f693f3f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)