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 | äò¸P^ | 1110010011110010101110000101000001011110 | e4f2b8505e |
SJIS-WIN | ???P^ | 0011111100111111001111110101000001011110 | 3f3f3f505e |
EUC-JP | äò¸P^ | 1000111110101011101000111000111110101011110100101000111110100010101100010101000001011110 | 8faba38fabd28fa2b1505e |
UTF-8 | äò¸P^ | 1100001110100100110000111011001011000010101110000101000001011110 | c3a4c3b2c2b8505e |
UHC | ??¸P^ | 001111110011111110100010101011000101000001011110 | 3f3fa2ac505e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)