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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 寥?? | 10011011100011000011111100111111 | 9b8c3f3f |
EUC-JP | 寥?? | 11010101111011000011111100111111 | d5ec3f3f |
UTF-8 | 寥흗ㄶ | 111001011010111110100101111011011001110110010111111000111000010010110110 | e5afa5ed9d97e384b6 |
UHC | 寥흗ㄶ | 111010001110111111001000111010011010010010100110 | e8efc8e9a4a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)