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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 低盲鵑 | 100100101110000110010110110100111110101001000011 | 92e196d3ea43 |
EUC-JP | 低盲鵑 | 110001001110001111001100110101011111001110100100 | c4e3ccd5f3a4 |
UTF-8 | 低盲鵑 | 111001001011110110001110111001111001101110110010111010011011010110010001 | e4bd8ee79bb2e9b591 |
UHC | 低盲鵑 | 111011101011100011011000111011101100110010111011 | eeb8d8eeccbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)