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 | 愽淪 | 10011100110001111001111111001011 | 9cc79fcb |
EUC-JP | 愽淪 | 11011000110010011101111011001101 | d8c9decd |
UTF-8 | 愽淪 | 111001101000010010111101111001101011011110101010 | e684bde6b7aa |
UHC | ?淪 | 001111111101011111000101 | 3fd7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)