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 | MiMiB | 10011011010011010110100110011011010011010110100101000010 | 9b4d699b4d6942 |
SJIS-WIN | ?Mi?MiB | 00111111010011010110100100111111010011010110100101000010 | 3f4d693f4d6942 |
EUC-JP | ?Mi?MiB | 00111111010011010110100100111111010011010110100101000010 | 3f4d693f4d6942 |
UTF-8 | MiMiB | 110000101001101101001101011010011100001010011011010011010110100101000010 | c29b4d69c29b4d6942 |
UHC | ?Mi?MiB | 00111111010011010110100100111111010011010110100101000010 | 3f4d693f4d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)