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 | 佇籃 | 10011000110010001110001011010101 | 98c8e2d5 |
EUC-JP | 佇籃 | 11010000110010101110010011010111 | d0cae4d7 |
UTF-8 | 佇籃 | 111001001011110110000111111001111011000110000011 | e4bd87e7b183 |
UHC | 佇籃 | 11101110101101111101010110111110 | eeb7d5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)