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汽紊 | 1110100001000110100000101000110010001011010001001110001101000011 | e846828c8b44e343 |
EUC-JP | 錻l汽紊 | 1110111110100111101000111110110010110101101001011110010110100100 | efa7a3ecb5a5e5a4 |
UTF-8 | 錻l汽紊 | 111010011000110010111011111011111011110110001100111001101011000110111101111001111011010010001010 | e98cbbefbd8ce6b1bde7b48a |
UHC | ?l汽紊 | 00111111101000111110110011010001101010011101101010100010 | 3fa3ecd1a9daa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)