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 | ¼Ä¼¤V | 1011110011000100101111001010010001010110 | bcc4bca456 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ?Ä?¤V | 001111111000111110101010101000110011111110001111101000101111000001010110 | 3f8faaa33f8fa2f056 |
UTF-8 | ¼Ä¼¤V | 110000101011110011000011100001001100001010111100110000101010010001010110 | c2bcc384c2bcc2a456 |
UHC | ¼?¼¤V | 1010100011111001001111111010100011111001101000101011010001010110 | a8f93fa8f9a2b456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)