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 | 癌先洩 | 100010101110000010010000111001101000100101101011 | 8ae090e6896b |
EUC-JP | 癌先洩 | 101101001110001011000000111010001011000111001100 | b4e2c0e8b1cc |
UTF-8 | 癌先洩 | 111001111001100110001100111001011000010110001000111001101011010010101001 | e7998ce58588e6b4a9 |
UHC | 癌先洩 | 111001001101111111100000101110111110000011011101 | e4dfe0bbe0dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)