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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蝪躯売奣守 | 11100101101000011000101111101011100101001000010011111010101000111000111011100111 | e5a18beb9484faa38ee7 |
EUC-JP | 蝪躯売奣守 | 1110101010100011101101101110110111000111111001001000111110111000111111001011110011101001 | eaa3b6edc7e48fb8fcbce9 |
UTF-8 | 蝪躯売奣守 | 111010001001110110101010111010001011101010101111111001011010001110110010111001011010010110100011111001011010111010001000 | e89daae8baafe5a3b2e5a5a3e5ae88 |
UHC | ????守 | 001111110011111100111111001111111110000111111010 | 3f3f3f3fe1fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)