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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 楔穩穩矮泄 | 10011110101101101110001001110010111000100111001011100001111000101001111110010101 | 9eb6e272e272e1e29f95 |
EUC-JP | 楔穩穩矮泄 | 11011100101110001110001111010011111000111101001111100010111001001101110111110101 | dcb8e3d3e3d3e2e4ddf5 |
UTF-8 | 楔穩穩矮泄 | 111001101010010110010100111001111010100110101001111001111010100110101001111001111001111110101110111001101011001110000100 | e6a594e7a9a9e7a9a9e79faee6b384 |
UHC | 楔穩穩矮泄 | 11100000110110111110100010110001111010001011000111101000111000011110000011011100 | e0dbe8b1e8b1e8e1e0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)