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