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 | 鄒晁ェ槫 | 11100111101111101001110111101000101010101001111011100101 | e7be9de8aa9ee5 |
EUC-JP | 鄒晁ェ槫 | 1110111011000000110110101110101010001110101010101101110011100111 | eec0daea8eaadce7 |
UTF-8 | 鄒晁ェ槫 | 111010011000010010010010111001101001100110000001111011111011110110101010111001101010011110101011 | e98492e69981efbdaae6a7ab |
UHC | 鄒晁?? | 111101011101101111110000110001010011111100111111 | f5dbf0c53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)