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 | è¡·^~ | 1110100010100001101101110101111001111110 | e8a1b75e7e |
SJIS-WIN | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
EUC-JP | è¡?^~ | 100011111010101110110010100011111010001011000010001111110101111001111110 | 8fabb28fa2c23f5e7e |
UTF-8 | è¡·^~ | 1100001110101000110000101010000111000010101101110101111001111110 | c3a8c2a1c2b75e7e |
UHC | ?¡·^~ | 00111111101000101010111010100001101001000101111001111110 | 3fa2aea1a45e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)