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 | 錫楔暹 | 100011101110000010011110101101101001110111111001 | 8ee09eb69df9 |
EUC-JP | 錫楔暹 | 101111001110001011011100101110001101101011111011 | bce2dcb8dafb |
UTF-8 | 錫楔暹 | 111010011000110010101011111001101010010110010100111001101001101010111001 | e98cabe6a594e69ab9 |
UHC | 錫楔暹 | 111000001011100011100000110110111110000011100111 | e0b8e0dbe0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)