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 | 豺シ貊鍋ケ | 1110011010110111101111001110011010111011100100111110011110111001 | e6b7bce6bb93e7b9 |
EUC-JP | 豺シ貊鍋ケ | 11101100101110011000111010111100111011001011110111000110111010011000111010111001 | ecb98ebcecbdc6e98eb9 |
UTF-8 | 豺シ貊鍋ケ | 111010001011000110111010111011111011110110111100111010001011001010001010111010011000110110001011111011111011110110111001 | e8b1baefbdbce8b28ae98d8befbdb9 |
UHC | 豺?貊鍋? | 1110001111001111001111111101100011100111110011101010011100111111 | e3cf3fd8e7cea73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)