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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 驫募枚 | 111010011000101010010101111001011001011010000111 | e98a95e59687 |
EUC-JP | 驫募枚 | 111100011110101011001010111001111100101111100111 | f1eacae7cbe7 |
UTF-8 | 驫募枚 | 111010011010100110101011111001011000101110011111111001101001111010011010 | e9a9abe58b9fe69e9a |
UHC | ?募枚 | 0011111111011001101101001101100011011101 | 3fd9b4d8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)