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 | ???a | 00111111001111110011111101100001 | 3f3f3f61 |
SJIS-WIN | ?業?a | 0011111110001011110001100011111101100001 | 3f8bc63f61 |
EUC-JP | ?業?a | 0011111110110110110010000011111101100001 | 3fb6c83f61 |
UTF-8 | 묬業뎚a | 11101011101011001010110011100110101001011010110111101011100011101001101001100001 | ebacace6a5adeb8e9a61 |
UHC | 묬業뎚a | 10010010010000111110010111110110100010010110101101100001 | 9243e5f6896b61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)