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 | 00111111010000010110001100111111010000010101001001000010 | 3f41633f415242 |
SJIS-WIN | ?Ac?ARB | 00111111010000010110001100111111010000010101001001000010 | 3f41633f415242 |
EUC-JP | ?Ac?ARB | 00111111010000010110001100111111010000010101001001000010 | 3f41633f415242 |
UTF-8 | 혪Ac혪ARB | 1110110110011000101010100100000101100011111011011001100010101010010000010101001001000010 | ed98aa4163ed98aa415242 |
UHC | 혪Ac혪ARB | 110000101001001001000001011000111100001010010010010000010101001001000010 | c2924163c292415242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)