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 | ?e?g?e? | 00111111011001010011111101100111001111110110010100111111 | 3f653f673f653f |
SJIS-WIN | 叩e但g叩e脱 | 1001001001000000011001011001001001000001011001111001001001000000011001011001001001000101 | 9240659241679240659245 |
EUC-JP | 叩e但g叩e脱 | 1100001110100001011001011100001110100010011001111100001110100001011001011100001110100110 | c3a165c3a267c3a165c3a6 |
UTF-8 | 叩e但g叩e脱 | 111001011000111110101001011001011110010010111101100001100110011111100101100011111010100101100101111010001000010010110001 | e58fa965e4bd8667e58fa965e884b1 |
UHC | 叩e但g叩e? | 11001101101100000110010111010011101000110110011111001101101100000110010100111111 | cdb065d3a367cdb0653f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)