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 | ??K}i??K}iB | 0011111100111111010010110111110101101001001111110011111101001011011111010110100101000010 | 3f3f4b7d693f3f4b7d6942 |
SJIS-WIN | ??K}i??K}iB | 0011111100111111010010110111110101101001001111110011111101001011011111010110100101000010 | 3f3f4b7d693f3f4b7d6942 |
EUC-JP | ??K}i??K}iB | 0011111100111111010010110111110101101001001111110011111101001011011111010110100101000010 | 3f3f4b7d693f3f4b7d6942 |
UTF-8 | 렻렎K}i렻렎K}iB | 11101011101000001011101111101011101000001000111001001011011111010110100111101011101000001011101111101011101000001000111001001011011111010110100101000010 | eba0bbeba08e4b7d69eba0bbeba08e4b7d6942 |
UHC | 렻렎K}i렻렎K}iB | 100011101100001110001110101001000100101101111101011010011000111011000011100011101010010001001011011111010110100101000010 | 8ec38ea44b7d698ec38ea44b7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)