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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 譽壽酪B | 11100110101000111001101011100110100101111000111101000010 | e6a39ae6978f42 |
EUC-JP | 譽壽酪B | 11101100101001011101010011101000110011011110111101000010 | eca5d4e8cdef42 |
UTF-8 | 譽壽酪B | 11101000101011011011110111100101101000111011110111101001100001011010101001000010 | e8adbde5a3bde985aa42 |
UHC | 譽壽酪B | 11100111111000101110000111111000110101011010110001000010 | e7e2e1f8d5ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)