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|B | 110000101001001001000001011111001100001010010010010000010111110001000010 | c292417cc292417c42 |
SJIS-WIN | ??A|??A|B | 001111110011111101000001011111000011111100111111010000010111110001000010 | 3f3f417c3f3f417c42 |
EUC-JP | Â?A|Â?A|B | 10001111101010101010010000111111010000010111110010001111101010101010010000111111010000010111110001000010 | 8faaa43f417c8faaa43f417c42 |
UTF-8 | ÂA|ÂA|B | 11000011100000101100001010010010010000010111110011000011100000101100001010010010010000010111110001000010 | c382c292417cc382c292417c42 |
UHC | ??A|??A|B | 001111110011111101000001011111000011111100111111010000010111110001000010 | 3f3f417c3f3f417c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)