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 | Â@DÂ@D^ | 110000101001000001000000010001001100001010010000010000000100010001011110 | c2904044c29040445e |
SJIS-WIN | ??@D??@D^ | 001111110011111101000000010001000011111100111111010000000100010001011110 | 3f3f40443f3f40445e |
EUC-JP | Â?@DÂ?@D^ | 10001111101010101010010000111111010000000100010010001111101010101010010000111111010000000100010001011110 | 8faaa43f40448faaa43f40445e |
UTF-8 | Â@DÂ@D^ | 11000011100000101100001010010000010000000100010011000011100000101100001010010000010000000100010001011110 | c382c2904044c382c29040445e |
UHC | ??@D??@D^ | 001111110011111101000000010001000011111100111111010000000100010001011110 | 3f3f40443f3f40445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)