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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝪躯売奣守焚 | 111001011010000110001011111010111001010010000100111110101010001110001110111001111001010110110000 | e5a18beb9484faa38ee795b0 |
EUC-JP | 蝪躯売奣守焚 | 11101010101000111011011011101101110001111110010010001111101110001111110010111100111010011100101010110010 | eaa3b6edc7e48fb8fcbce9cab2 |
UTF-8 | 蝪躯売奣守焚 | 111010001001110110101010111010001011101010101111111001011010001110110010111001011010010110100011111001011010111010001000111001111000010010011010 | e89daae8baafe5a3b2e5a5a3e5ae88e7849a |
UHC | ????守焚 | 0011111100111111001111110011111111100001111110101101110111001101 | 3f3f3f3fe1faddcd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)