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 | 筌⑦?偃 | 11100010101000111000011101000110001111111001100011101110 | e2a387463f98ee |
EUC-JP | 筌??偃 | 111001001010010100111111001111111101000011110000 | e4a53f3fd0f0 |
UTF-8 | 筌⑦쓾偃 | 111001111010110110001100111000101001000110100110111011001001001110111110111001011000000110000011 | e7ad8ce291a6ec93bee58183 |
UHC | 筌⑦쓾偃 | 1110111110100111101010001110110110011101100110011110010111100111 | efa7a8ed9d99e5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)