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 | 110000101001101101001101011010011100001010011011010011010110100101000010 | c29b4d69c29b4d6942 |
SJIS-WIN | ??Mi??MiB | 001111110011111101001101011010010011111100111111010011010110100101000010 | 3f3f4d693f3f4d6942 |
EUC-JP | Â?MiÂ?MiB | 10001111101010101010010000111111010011010110100110001111101010101010010000111111010011010110100101000010 | 8faaa43f4d698faaa43f4d6942 |
UTF-8 | ÂMiÂMiB | 11000011100000101100001010011011010011010110100111000011100000101100001010011011010011010110100101000010 | c382c29b4d69c382c29b4d6942 |
UHC | ??Mi??MiB | 001111110011111101001101011010010011111100111111010011010110100101000010 | 3f3f4d693f3f4d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)