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 | 001111110011111100111111001111110011111101000101 | 3f3f3f3f3f45 |
SJIS-WIN | 底???廬E | 1001001011101010001111110011111100111111100111000100100101000101 | 92ea3f3f3f9c4945 |
EUC-JP | 底???廬E | 1100010011101100001111110011111100111111110101111010101001000101 | c4ec3f3f3fd7aa45 |
UTF-8 | 底펭렒곕廬E | 11100101101110101001010111101101100011101010110111101011101000001001001011101010101100111001010111100101101110111010110001000101 | e5ba95ed8eadeba092eab395e5bbac45 |
UHC | 底펭렒곕廬E | 1110111010111100110001101110101110001110101001111011000011101011110101011110011001000101 | eebcc6eb8ea7b0ebd5e645 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)