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 | âµL@B | 1110001010110101010011000100000001000010 | e2b54c4042 |
SJIS-WIN | ??L@B | 0011111100111111010011000100000001000010 | 3f3f4c4042 |
EUC-JP | â?L@B | 10001111101010111010010000111111010011000100000001000010 | 8faba43f4c4042 |
UTF-8 | âµL@B | 11000011101000101100001010110101010011000100000001000010 | c3a2c2b54c4042 |
UHC | ??L@B | 0011111100111111010011000100000001000010 | 3f3f4c4042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)