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 | 迪彈迪彈^ | 111001111000110010011100010110111110011110001100100111000101101101011110 | e78c9c5be78c9c5b5e |
EUC-JP | 迪彈迪彈^ | 111011011110110011010111101111001110110111101100110101111011110001011110 | edecd7bcedecd7bc5e |
UTF-8 | 迪彈迪彈^ | 11101000101111111010101011100101101111011000100011101000101111111010101011100101101111011000100001011110 | e8bfaae5bd88e8bfaae5bd885e |
UHC | 迪彈迪彈^ | 111011101110100011110111101001011110111011101000111101111010010101011110 | eee8f7a5eee8f7a55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)