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 | A³OJ[CF | 100100100100000110010001101100111001001001001111100100100100101010010010010110110100001101000110 | 924191b3924f924a925b4346 |
SJIS-WIN | ?A???O?J?[CF | 001111110100000100111111001111110011111101001111001111110100101000111111010110110100001101000110 | 3f413f3f3f4f3f4a3f5b4346 |
EUC-JP | ?A???O?J?[CF | 001111110100000100111111001111110011111101001111001111110100101000111111010110110100001101000110 | 3f413f3f3f4f3f4a3f5b4346 |
UTF-8 | A³OJ[CF | 110000101001001001000001110000101001000111000010101100111100001010010010010011111100001010010010010010101100001010010010010110110100001101000110 | c29241c291c2b3c2924fc2924ac2925b4346 |
UHC | ?A?³?O?J?[CF | 00111111010000010011111110101001111110000011111101001111001111110100101000111111010110110100001101000110 | 3f413fa9f83f4f3f4a3f5b4346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)