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 | ???g@h | 001111110011111100111111011001110100000001101000 | 3f3f3f674068 |
SJIS-WIN | 繧慊アg@h | 1110001110000010100111001100001010110001011001110100000001101000 | e3829cc2b1674068 |
EUC-JP | 繧慊アg@h | 111001011110001011011000110001001000111010110001011001110100000001101000 | e5e2d8c48eb1674068 |
UTF-8 | 繧慊アg@h | 111001111011100110100111111001101000010110001010111011111011110110110001011001110100000001101000 | e7b9a7e6858aefbdb1674068 |
UHC | ?慊?g@h | 00111111110011001100001100111111011001110100000001101000 | 3fccc33f674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)