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 | 111001011000000110110010111001111010001110000001011001110100000001101000 | e581b2e7a381674068 |
SJIS-WIN | ????£?g@h | 00111111001111110011111100111111100000011001001000111111011001110100000001101000 | 3f3f3f3f81923f674068 |
EUC-JP | å??ç£?g@h | 1000111110101011101010010011111100111111100011111010101110101110101000011111001000111111011001110100000001101000 | 8faba93f3f8fabaea1f23f674068 |
UTF-8 | å²ç£g@h | 110000111010010111000010100000011100001010110010110000111010011111000010101000111100001010000001011001110100000001101000 | c3a5c281c2b2c3a7c2a3c281674068 |
UHC | ??²???g@h | 00111111001111111010100111110111001111110011111100111111011001110100000001101000 | 3f3fa9f73f3f3f674068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)