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 | 鄒晁ス溷 | 11100111101111101001110111101000101111011001111111100101 | e7be9de8bd9fe5 |
EUC-JP | 鄒晁ス溷 | 1110111011000000110110101110101010001110101111011101111011100111 | eec0daea8ebddee7 |
UTF-8 | 鄒晁ス溷 | 111010011000010010010010111001101001100110000001111011111011110110111101111001101011101010110111 | e98492e69981efbdbde6bab7 |
UHC | 鄒晁?? | 111101011101101111110000110001010011111100111111 | f5dbf0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)