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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鸚???? | 111010100101111100111111001111110011111100111111 | ea5f3f3f3f3f |
EUC-JP | 鸚???? | 111100111100000000111111001111110011111100111111 | f3c03f3f3f3f |
UTF-8 | 鸚싧렘嶪뤸 | 111010011011100010011010111011001000101110100111111010111010000010011000111001011011011010101010111010111010010010111000 | e9b89aec8ba7eba098e5b6aaeba4b8 |
UHC | 鸚싧렘嶪뤸 | 11100101101001001001101011100101101101111011110111100101111101011000111111100110 | e5a49ae5b7bde5f58fe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)