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 | 續磯シ襤 | 11100011100101001000100011101001101111001110011001000001 | e39488e9bce641 |
EUC-JP | 續磯シ襤 | 1110010111110100101100001110101110001110101111001110101110100010 | e5f4b0eb8ebceba2 |
UTF-8 | 續磯シ襤 | 111001111011101010001100111001111010001110101111111011111011110110111100111010001010010110100100 | e7ba8ce7a3afefbdbce8a5a4 |
UHC | 續磯?襤 | 11100001110110011101000110110100001111111101010111000001 | e1d9d1b43fd5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)