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 | 1110001011100000100111001100001010110001011001110100000001101000 | e2e09cc2b1674068 |
EUC-JP | 籵慊アg@h | 111001001110001011011000110001001000111010110001011001110100000001101000 | e4e2d8c48eb1674068 |
UTF-8 | 籵慊アg@h | 111001111011000110110101111001101000010110001010111011111011110110110001011001110100000001101000 | e7b1b5e6858aefbdb1674068 |
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)