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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 只?~ | 10010001111111000011111101111110 | 91fc3f7e |
EUC-JP | 只?~ | 11000010111111100011111101111110 | c2fe3f7e |
UTF-8 | 只렍~ | 11100101100011111010101011101011101000001000110101111110 | e58faaeba08d7e |
UHC | 只렍~ | 1111000111111110100011101010001101111110 | f1fe8ea37e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)