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 | û̽¦E | 1111101111001100101111011010011001000101 | fbccbda645 |
SJIS-WIN | ????E | 0011111100111111001111110011111101000101 | 3f3f3f3f45 |
EUC-JP | ûÌ?¦E | 1000111110101011111001011000111110101010110000000011111110001111101000101100001101000101 | 8fabe58faac03f8fa2c345 |
UTF-8 | û̽¦E | 110000111011101111000011100011001100001010111101110000101010011001000101 | c3bbc38cc2bdc2a645 |
UHC | ??½?E | 001111110011111110101000111101100011111101000101 | 3f3fa8f63f45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)