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 | 蠇帛廠韜楢 | 11111011101000011001101111100101100011111011000111101000111010011001001111101000 | fba19be58fb1e8e993e8 |
EUC-JP | ?帛廠韜楢 | 001111111101011011100111101111101011001111110000111010111100011011101010 | 3fd6e7beb3f0ebc6ea |
UTF-8 | 蠇帛廠韜楢 | 111010001010000010000111111001011011100010011011111001011011101110100000111010011001111110011100111001101010010110100010 | e8a087e5b89be5bba0e99f9ce6a5a2 |
UHC | ?帛廠韜楢 | 001111111101101111011001111100111101111111010100101101111110101011111001 | 3fdbd9f3dfd4b7eaf9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)