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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 雜硫雜硫^ | 111010001011011010010111101100001110100010110110100101111011000001011110 | e8b697b0e8b697b05e |
EUC-JP | 雜硫雜硫^ | 111100001011100011001110101100101111000010111000110011101011001001011110 | f0b8ceb2f0b8ceb25e |
UTF-8 | 雜硫雜硫^ | 11101001100110111001110011100111101000011010101111101001100110111001110011100111101000011010101101011110 | e99b9ce7a1abe99b9ce7a1ab5e |
UHC | 雜硫雜硫^ | 111011011101101011010111101111001110110111011010110101111011110001011110 | eddad7bceddad7bc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)