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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 豎猥貅牀 | 1110011010110001111000001100111011100110101110101110000010101100 | e6b1e0cee6bae0ac |
EUC-JP | 豎猥貅牀 | 1110110010110011111000001101000011101100101111001110000010101110 | ecb3e0d0ecbce0ae |
UTF-8 | 豎猥貅牀 | 111010001011000110001110111001111000110010100101111010001011001010000101111001111000100110000000 | e8b18ee78ca5e8b285e78980 |
UHC | ?猥?牀 | 001111111110100011100101001111111101111111010001 | 3fe8e53fdfd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)