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 | 鄒樞襖蝨ュ | 111001111011111010011110111000101000100110100110111001011001110010101101 | e7be9ee289a6e59cad |
EUC-JP | 鄒樞襖蝨ュ | 11101110110000001101110011100100101100101010100011101001111111001000111010101101 | eec0dce4b2a8e9fc8ead |
UTF-8 | 鄒樞襖蝨ュ | 111010011000010010010010111001101010100010011110111010001010010110010110111010001001110110101000111011111011110110101101 | e98492e6a89ee8a596e89da8efbdad |
UHC | 鄒樞?蝨? | 1111010111011011111101011101001000111111111000111010010000111111 | f5dbf5d23fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)