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 | ÂAcÂARB | 110000101001001001000001011000111100001010010010010000010101001001000010 | c2924163c292415242 |
SJIS-WIN | ??Ac??ARB | 001111110011111101000001011000110011111100111111010000010101001001000010 | 3f3f41633f3f415242 |
EUC-JP | Â?AcÂ?ARB | 10001111101010101010010000111111010000010110001110001111101010101010010000111111010000010101001001000010 | 8faaa43f41638faaa43f415242 |
UTF-8 | ÂAcÂARB | 11000011100000101100001010010010010000010110001111000011100000101100001010010010010000010101001001000010 | c382c2924163c382c292415242 |
UHC | ??Ac??ARB | 001111110011111101000001011000110011111100111111010000010101001001000010 | 3f3f41633f3f415242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)