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 | 愿登 | 10011100110000111001001101101111 | 9cc3936f |
EUC-JP | 愿登 | 11011000110001011100010111010000 | d8c5c5d0 |
UTF-8 | 愿登 | 111001101000010010111111111001111001100110111011 | e684bfe799bb |
UHC | 愿登 | 11101010101101001101010011110100 | eab4d4f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)