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 | 酌丈セ汐 | 111100001011110110001110110111101000111111100100101111101000111010101100 | f0bd8ede8fe4be8eac |
EUC-JP | ?酌丈セ汐 | 001111111011110011100000101111101110011010001110101111101011110010101110 | 3fbce0bee68ebebcae |
UTF-8 | 酌丈セ汐 | 111011101000000110111100111010011000010110001100111001001011100010001000111011111011110110111110111001101011000110010000 | ee81bce9858ce4b888efbdbee6b190 |
UHC | ?酌丈?汐 | 0011111111101101110011001110110111011011001111111110000010110001 | 3fedcceddb3fe0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)