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 | 韃寂尊粤 | 1110100011100101100011101110001010010001101110001110001011100011 | e8e58ee291b8e2e3 |
EUC-JP | 韃寂尊粤 | 1111000011100111101111001110010011000010101110101110010011100101 | f0e7bce4c2bae4e5 |
UTF-8 | 韃寂尊粤 | 111010011001111110000011111001011010111110000010111001011011000010001010111001111011001010100100 | e99f83e5af82e5b08ae7b2a4 |
UHC | ?寂尊? | 001111111110111011010110111100001110111000111111 | 3feed6f0ee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)