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 | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-WIN | 辷イL辷イL^ | 111001111000100010110010010011001110011110001000101100100100110001011110 | e788b24ce788b24c5e |
EUC-JP | 辷イL辷イL^ | 1110110111101000100011101011001001001100111011011110100010001110101100100100110001011110 | ede88eb24cede88eb24c5e |
UTF-8 | 辷イL辷イL^ | 111010001011111010110111111011111011110110110010010011001110100010111110101101111110111110111101101100100100110001011110 | e8beb7efbdb24ce8beb7efbdb24c5e |
UHC | ??L??L^ | 00111111001111110100110000111111001111110100110001011110 | 3f3f4c3f3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)