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 | 闕キ謖サ | 111010001000110110110111111001101000110010111011 | e88db7e68cbb |
EUC-JP | 闕キ謖サ | 1110111111101101100011101011011111101011111011001000111010111011 | efed8eb7ebec8ebb |
UTF-8 | 闕キ謖サ | 111010011001011110010101111011111011110110110111111010001010110010010110111011111011110110111011 | e99795efbdb7e8ac96efbdbb |
UHC | 闕?謖? | 110011111111010000111111111000011101101000111111 | cff43fe1da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)