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 | 髦。螯I | 11101001100110001010000111100101101001101000001001101000 | e998a1e5a68268 |
EUC-JP | 髦。螯I | 1111000111111000100011101010000111101010101010001010001111001001 | f1f88ea1eaa8a3c9 |
UTF-8 | 髦。螯I | 111010011010101110100110111011111011110110100001111010001001111010101111111011111011110010101001 | e9aba6efbda1e89eafefbca9 |
UHC | ???I | 0011111100111111001111111010001111001001 | 3f3f3fa3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)