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 | ô©í´ã | 1111010010101001111011011011010011100011 | f4a9edb4e3 |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ô©í´ã | 1000111110101011110101001000111110100010111011011000111110101011101111111010000110101101100011111010101110101010 | 8fabd48fa2ed8fabbfa1ad8fabaa |
UTF-8 | ô©í´ã | 11000011101101001100001010101001110000111010110111000010101101001100001110100011 | c3b4c2a9c3adc2b4c3a3 |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)