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 | £¢? | 101000111010001000111111 | a3a23f |
SJIS-WIN | £¢? | 1000000110010010100000011001000100111111 | 819281913f |
EUC-JP | £¢ņ | 10100001111100101010000111110001100011111010101111001111 | a1f2a1f18fabcf |
UTF-8 | £¢ņ | 110000101010001111000010101000101100010110000110 | c2a3c2a2c586 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)