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 | néîB | 1001110001101110111010011110111001000010 | 9c6ee9ee42 |
SJIS-WIN | ?n??B | 0011111101101110001111110011111101000010 | 3f6e3f3f42 |
EUC-JP | ?néîB | 001111110110111010001111101010111011000110001111101010111100001001000010 | 3f6e8fabb18fabc242 |
UTF-8 | néîB | 1100001010011100011011101100001110101001110000111010111001000010 | c29c6ec3a9c3ae42 |
UHC | ?n??B | 0011111101101110001111110011111101000010 | 3f6e3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)