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 | ??? | 00111111001111111010110100111111 | 3f3fad3f |
SJIS-WIN | 繹ル?宜 | 11100011100010001000001110001011001111111000101101011000 | e388838b3f8b58 |
EUC-JP | 繹ル?宜 | 11100101111010001010010111101011001111111011010110111001 | e5e8a5eb3fb5b9 |
UTF-8 | 繹ル宜 | 1110011110111001101110011110001110000011101010111100001010101101111001011010111010011100 | e7b9b9e383abc2ade5ae9c |
UHC | 繹ル宜 | 1110011010111010101010111110101110100001101010011110101111110001 | e6baabeba1a9ebf1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)