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 | ºOR | 100100011011101010010010010011111001001001010010 | 91ba924f9252 |
SJIS-WIN | ???O?R | 001111110011111100111111010011110011111101010010 | 3f3f3f4f3f52 |
EUC-JP | ?º?O?R | 0011111110001111101000101110101100111111010011110011111101010010 | 3f8fa2eb3f4f3f52 |
UTF-8 | ºOR | 11000010100100011100001010111010110000101001001001001111110000101001001001010010 | c291c2bac2924fc29252 |
UHC | ?º?O?R | 00111111101010001010110000111111010011110011111101010010 | 3fa8ac3f4f3f52 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)