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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 貶丈ソ | 1110011011001000100011111110010010111111 | e6c88fe4bf |
EUC-JP | 貶丈ソ | 111011001100101010111110111001101000111010111111 | eccabee68ebf |
UTF-8 | 貶丈ソ | 111010001011001010110110111001001011100010001000111011111011110110111111 | e8b2b6e4b888efbdbf |
UHC | 貶丈? | 1111100010111111111011011101101100111111 | f8bfeddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)