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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 渹ンシ渹ンシ^ | 111110110100011011011101101111001111101101000110110111011011110001011110 | fb46ddbcfb46ddbc5e |
EUC-JP | 渹ンシ渹ンシ^ | 100011111100011111101110100011101101110110001110101111001000111111000111111011101000111011011101100011101011110001011110 | 8fc7ee8edd8ebc8fc7ee8edd8ebc5e |
UTF-8 | 渹ンシ渹ンシ^ | 11100110101110001011100111101111101111101001110111101111101111011011110011100110101110001011100111101111101111101001110111101111101111011011110001011110 | e6b8b9efbe9defbdbce6b8b9efbe9defbdbc5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)