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 | 洩諸諸造渫 | 10001001011010111000111110010100100011111001010010010001101000101001111111010110 | 896b8f948f9491a29fd6 |
EUC-JP | 洩諸諸造渫 | 10110001110011001011110111110100101111011111010011000010101001001101111011011000 | b1ccbdf4bdf4c2a4ded8 |
UTF-8 | 洩諸諸造渫 | 111001101011010010101001111010001010101110111000111010001010101110111000111010011000000010100000111001101011100010101011 | e6b4a9e8abb8e8abb8e980a0e6b8ab |
UHC | 洩諸諸造渫 | 11100000110111011111000010110011111100001011001111110000111000111110000011011110 | e0ddf0b3f0b3f0e3e0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)