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 | 錻l犠紊 | 1110100001000110100000101000110010001011010111011110001101000011 | e846828c8b5de343 |
EUC-JP | 錻l犠紊 | 1110111110100111101000111110110010110101101111101110010110100100 | efa7a3ecb5bee5a4 |
UTF-8 | 錻l犠紊 | 111010011000110010111011111011111011110110001100111001111000101010100000111001111011010010001010 | e98cbbefbd8ce78aa0e7b48a |
UHC | ?l?紊 | 001111111010001111101100001111111101101010100010 | 3fa3ec3fdaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)