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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 葫燃淵?獰 | 111001001101011110010100010100101001010110100011001111111110000011010110 | e4d7945295a33fe0d6 |
EUC-JP | 葫燃淵?獰 | 111010001101100111000111101100111100101010100101001111111110000011011000 | e8d9c7b3caa53fe0d8 |
UTF-8 | 葫燃淵歷獰 | 111010001001000110101011111001111000011110000011111001101011011110110101111011111010011010001100111001111000110110110000 | e891abe78783e6b7b5efa68ce78db0 |
UHC | 葫燃淵歷獰 | 11111011110110011110011011010111111001101101000011100110101110001110011110111110 | fbd9e6d7e6d0e6b8e7be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)