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 | û¤òðE | 1111101110100100111100101111000001000101 | fba4f2f045 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | û¤òðE | 10001111101010111110010110001111101000101111000010001111101010111101001010001111101010011100001101000101 | 8fabe58fa2f08fabd28fa9c345 |
UTF-8 | û¤òðE | 110000111011101111000010101001001100001110110010110000111011000001000101 | c3bbc2a4c3b2c3b045 |
UHC | ?¤?ðE | 00111111101000101011010000111111101010011010001101000101 | 3fa2b43fa9a345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)