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 | ??MF | 00111111001111110100110101000110 | 3f3f4d46 |
SJIS-WIN | 衙徇MF | 111001011100100110011100011011010100110101000110 | e5c99c6d4d46 |
EUC-JP | 衙徇MF | 111010101100101111010111110011100100110101000110 | eacbd7ce4d46 |
UTF-8 | 衙徇MF | 1110100010100001100110011110010110111110100001110100110101000110 | e8a199e5be874d46 |
UHC | 衙徇MF | 111001001011011111100010110111110100110101000110 | e4b7e2df4d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)