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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 帙儷 | 10011011111000111001100101010101 | 9be39955 |
EUC-JP | 帙儷 | 11010110111001011101000110110110 | d6e5d1b6 |
UTF-8 | 帙儷 | 111001011011100010011001111001011000010010110111 | e5b899e584b7 |
UHC | 帙儷 | 11110010111011011101010111100011 | f2edd5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)