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???e | 001111110110010100111111001111110011111101100101 | 3f653f3f3f65 |
| SJIS-WIN | 叩e辿樽叩e | 10010010010000000110010110010010010010001001001001001101100100100100000001100101 | 9240659248924d924065 |
| EUC-JP | 叩e辿樽叩e | 11000011101000010110010111000011101010011100001110101110110000111010000101100101 | c3a165c3a9c3aec3a165 |
| UTF-8 | 叩e辿樽叩e | 1110010110001111101010010110010111101000101111101011111111100110101010001011110111100101100011111010100101100101 | e58fa965e8bebfe6a8bde58fa965 |
| UHC | 叩e?樽叩e | 110011011011000001100101001111111111000111011100110011011011000001100101 | cdb0653ff1dccdb065 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)