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 | 跣慕柑鮑 | 1110011011101111100101011110011110001010101110011110100110111000 | e6ef95e78ab9e9b8 |
EUC-JP | 跣慕柑鮑 | 1110110011110001110010101110100110110100101110111111001010111010 | ecf1cae9b4bbf2ba |
UTF-8 | 跣慕柑鮑 | 111010001011011110100011111001101000010110010101111001101001111110010001111010011010111010010001 | e8b7a3e68595e69f91e9ae91 |
UHC | 跣慕柑鮑 | 1110000011010011110110011011011111001010111100111111100011101010 | e0d3d9b7caf3f8ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)