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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韈吝廠魏イ | 111010001110011110011001111001011000111110110001111010011011000010110010 | e8e799e58fb1e9b0b2 |
EUC-JP | 韈吝廠魏イ | 11110000111010011101001011100111101111101011001111110010101100101000111010110010 | f0e9d2e7beb3f2b28eb2 |
UTF-8 | 韈吝廠魏イ | 111010011001111110001000111001011001000010011101111001011011101110100000111010011010110110001111111011111011110110110010 | e99f88e5909de5bba0e9ad8fefbdb2 |
UHC | ?吝廠魏? | 0011111111010111111100001111001111011111111010101110000000111111 | 3fd7f0f3dfeae03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)