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 | ¾¼¶cB | 1000111010111110100011101010110110111100101101100110001101000010 | 8ebe8eadbcb66342 |
SJIS-WIN | ?????¶cB | 001111110011111100111111001111110011111110000001111101110110001101000010 | 3f3f3f3f3f81f76342 |
EUC-JP | ?????¶cB | 001111110011111100111111001111110011111110100010111110010110001101000010 | 3f3f3f3f3fa2f96342 |
UTF-8 | ¾¼¶cB | 1100001010001110110000101011111011000010100011101100001010101101110000101011110011000010101101100110001101000010 | c28ec2bec28ec2adc2bcc2b66342 |
UHC | ?¾?¼¶cB | 001111111010100011111010001111111010000110101001101010001111100110100010110100100110001101000010 | 3fa8fa3fa1a9a8f9a2d26342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)