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 | ????f^ | 001111110011111100111111001111110110011001011110 | 3f3f3f3f665e |
SJIS-WIN | 葹イ辷セf^ | 1110010011011111101100101110011110001000101111100110011001011110 | e4dfb2e788be665e |
EUC-JP | 葹イ辷セf^ | 11101000111000011000111010110010111011011110100010001110101111100110011001011110 | e8e18eb2ede88ebe665e |
UTF-8 | 葹イ辷セf^ | 1110100010010001101110011110111110111101101100101110100010111110101101111110111110111101101111100110011001011110 | e891b9efbdb2e8beb7efbdbe665e |
UHC | ????f^ | 001111110011111100111111001111110110011001011110 | 3f3f3f3f665e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)