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 | 輒躡渫 | 111001110110101111100111010110011001111111010110 | e76be7599fd6 |
EUC-JP | 輒躡渫 | 111011011100110011101101101110101101111011011000 | edccedbaded8 |
UTF-8 | 輒躡渫 | 111010001011110010010010111010001011101010100001111001101011100010101011 | e8bc92e8baa1e6b8ab |
UHC | 輒?渫 | 1111010011100101001111111110000011011110 | f4e53fe0de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)