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 | ÷¬Óû¡ | 111101111010110011010011101011011111101110100001 | f7acd3adfba1 |
SJIS-WIN | ÷¬???? | 1000000110000000100000011100101000111111001111110011111100111111 | 818081ca3f3f3f3f |
EUC-JP | ÷¬Ó?û¡ | 1010000111100000101000101100110010001111101010101101000100111111100011111010101111100101100011111010001011000010 | a1e0a2cc8faad13f8fabe58fa2c2 |
UTF-8 | ÷¬Óû¡ | 110000111011011111000010101011001100001110010011110000101010110111000011101110111100001010100001 | c3b7c2acc393c2adc3bbc2a1 |
UHC | ÷???¡ | 101000011100000000111111001111111010000110101001001111111010001010101110 | a1c03f3fa1a93fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)