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 | 蟇・彧川ю | 111001011010111110100101111110101011100110010000111011001000010010010000 | e5afa5fab990ec8490 |
EUC-JP | 蟇・彧川ю | 1110101010110001100011101010010110001111101111001111111011000000111011101010011111110000 | eab18ea58fbcfec0eea7f0 |
UTF-8 | 蟇・彧川ю | 1110100010011111100001111110111110111101101001011110010110111101101001111110010110110111100111011101000110001110 | e89f87efbda5e5bda7e5b79dd18e |
UHC | ??彧川ю | 0011111100111111111010011110111011110100101110011010110011110000 | 3f3fe9eef4b9acf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)