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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 陂壺с | 111010001001100010011010111000101000010010000011 | e8989ae28483 |
EUC-JP | 陂壺с | 111011111111100011010100111001001010011111100011 | eff8d4e4a7e3 |
UTF-8 | 陂壺с | 1110100110011001100000101110010110100011101110101101000110000001 | e99982e5a3bad181 |
UHC | 陂壺с | 111110011010111011111011101111101010110011100011 | f9aefbbeace3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)