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 | ¾øïùÃ | 101111101111100011101111111110011000111111000011 | bef8eff98fc3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?øïù?Ã | 0011111110001111101010011100110010001111101010111100000110001111101010111110001100111111100011111010101010101010 | 3f8fa9cc8fabc18fabe33f8faaaa |
UTF-8 | ¾øïùÃ | 110000101011111011000011101110001100001110101111110000111011100111000010100011111100001110000011 | c2bec3b8c3afc3b9c28fc383 |
UHC | ¾ø???? | 1010100011111010101010011010101000111111001111110011111100111111 | a8faa9aa3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)