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宜紊 | 1110100001000110100000101000110010001011010110001110001101000011 | e846828c8b58e343 |
EUC-JP | 錻l宜紊 | 1110111110100111101000111110110010110101101110011110010110100100 | efa7a3ecb5b9e5a4 |
UTF-8 | 錻l宜紊 | 111010011000110010111011111011111011110110001100111001011010111010011100111001111011010010001010 | e98cbbefbd8ce5ae9ce7b48a |
UHC | ?l宜紊 | 00111111101000111110110011101011111100011101101010100010 | 3fa3ecebf1daa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)