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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 占??占 | 100100001110100000111111001111111001000011101000 | 90e83f3f90e8 |
EUC-JP | 占??占 | 110000001110101000111111001111111100000011101010 | c0ea3f3fc0ea |
UTF-8 | 占좑퓼占 | 111001011000110110100000111011001010001010010001111011011001001110111100111001011000110110100000 | e58da0eca291ed93bce58da0 |
UHC | 占좑퓼占 | 1110111110111111101000001110111110111111101000001110111110111111 | efbfa0efbfa0efbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)