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 | 1111101110100100111100101110110001010000 | fba4f2ec50 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | û¤òìP | 10001111101010111110010110001111101000101111000010001111101010111101001010001111101010111100000001010000 | 8fabe58fa2f08fabd28fabc050 |
UTF-8 | û¤òìP | 110000111011101111000010101001001100001110110010110000111010110001010000 | c3bbc2a4c3b2c3ac50 |
UHC | ?¤??P | 001111111010001010110100001111110011111101010000 | 3fa2b43f3f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)