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 | ??W | 001111110011111101010111 | 3f3f57 |
SJIS-WIN | ??W | 001111110011111101010111 | 3f3f57 |
EUC-JP | ??W | 001111110011111101010111 | 3f3f57 |
UTF-8 | 횤쨋W | 11101101100110101010010011101100101010001000101101010111 | ed9aa4eca88b57 |
UHC | 횤쨋W | 1100001110011011110000101011011001010111 | c39bc2b657 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)