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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 辷イD辷イD^ | 111001111000100010110010010001001110011110001000101100100100010001011110 | e788b244e788b2445e |
EUC-JP | 辷イD辷イD^ | 1110110111101000100011101011001001000100111011011110100010001110101100100100010001011110 | ede88eb244ede88eb2445e |
UTF-8 | 辷イD辷イD^ | 111010001011111010110111111011111011110110110010010001001110100010111110101101111110111110111101101100100100010001011110 | e8beb7efbdb244e8beb7efbdb2445e |
UHC | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)