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 | ºÖåÙ^ | 1011101011010110111001011101100101011110 | bad6e5d95e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ºÖåÙ^ | 10001111101000101110101110001111101010101101001110001111101010111010100110001111101010101110001101011110 | 8fa2eb8faad38faba98faae35e |
UTF-8 | ºÖåÙ^ | 110000101011101011000011100101101100001110100101110000111001100101011110 | c2bac396c3a5c3995e |
UHC | º???^ | 101010001010110000111111001111110011111101011110 | a8ac3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)