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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬩滓△遲 | 1110100110101001100111111110011010000001101000101110011110101101 | e9a99fe681a2e7ad |
EUC-JP | 鬩滓△遲 | 1111001010101011110111101110100010100010101001001110111010101111 | f2abdee8a2a4eeaf |
UTF-8 | 鬩滓△遲 | 111010011010110010101001111001101011101110010011111000101001011010110011111010011000000110110010 | e9aca9e6bb93e296b3e981b2 |
UHC | ?滓△遲 | 00111111111011101010101110100001111000101111001011000000 | 3feeaba1e2f2c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)