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Â` | 110000101001001001001110110000101000110001100000 | c2924ec28c60 |
SJIS-WIN | ??N??` | 001111110011111101001110001111110011111101100000 | 3f3f4e3f3f60 |
EUC-JP | Â?NÂ?` | 10001111101010101010010000111111010011101000111110101010101001000011111101100000 | 8faaa43f4e8faaa43f60 |
UTF-8 | ÂNÂ` | 11000011100000101100001010010010010011101100001110000010110000101000110001100000 | c382c2924ec382c28c60 |
UHC | ??N??` | 001111110011111101001110001111110011111101100000 | 3f3f4e3f3f60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)