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³A³\ | 100100100100000110010001101100111001001001000001100100011011001101011100 | 924191b3924191b35c |
SJIS-WIN | ?A???A??\ | 001111110100000100111111001111110011111101000001001111110011111101011100 | 3f413f3f3f413f3f5c |
EUC-JP | ?A???A??\ | 001111110100000100111111001111110011111101000001001111110011111101011100 | 3f413f3f3f413f3f5c |
UTF-8 | A³A³\ | 110000101001001001000001110000101001000111000010101100111100001010010010010000011100001010010001110000101011001101011100 | c29241c291c2b3c29241c291c2b35c |
UHC | ?A?³?A?³\ | 0011111101000001001111111010100111111000001111110100000100111111101010011111100001011100 | 3f413fa9f83f413fa9f85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)