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 | ¼æs | 100111111001011010010101101111001110011001110011 | 9f9695bce673 |
SJIS-WIN | ?????s | 001111110011111100111111001111110011111101110011 | 3f3f3f3f3f73 |
EUC-JP | ????æs | 0011111100111111001111110011111110001111101010011100000101110011 | 3f3f3f3f8fa9c173 |
UTF-8 | ¼æs | 1100001010011111110000101001011011000010100101011100001010111100110000111010011001110011 | c29fc296c295c2bcc3a673 |
UHC | ???¼æs | 0011111100111111001111111010100011111001101010011010000101110011 | 3f3f3fa8f9a9a173 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)