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 | 濟???諄 | 11100000010110100011111100111111001111111110011001111000 | e05a3f3f3fe678 |
EUC-JP | 濟???諄 | 11011111101110110011111100111111001111111110101111011001 | dfbb3f3f3febd9 |
UTF-8 | 濟븜렰렪諄 | 111001101011111110011111111010111011100010011100111010111010000010110000111010111010000010101010111010001010101110000100 | e6bf9febb89ceba0b0eba0aae8ab84 |
UHC | 濟븜렰렪諄 | 11110000101011011011101011101110100011101011110110001110101110001110001011110100 | f0adbaee8ebd8eb8e2f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)