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 | @±FAB | 100100100100000010010001101100011001001001000110100100100100000101000010 | 924091b19246924142 |
SJIS-WIN | ?@?±?F?AB | 00111111010000000011111110000001011111010011111101000110001111110100000101000010 | 3f403f817d3f463f4142 |
EUC-JP | ?@?±?F?AB | 00111111010000000011111110100001110111100011111101000110001111110100000101000010 | 3f403fa1de3f463f4142 |
UTF-8 | @±FAB | 1100001010010010010000001100001010010001110000101011000111000010100100100100011011000010100100100100000101000010 | c29240c291c2b1c29246c2924142 |
UHC | ?@?±?F?AB | 00111111010000000011111110100001101111100011111101000110001111110100000101000010 | 3f403fa1be3f463f4142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)