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 | 踉菩文 | 111001101111001010010101111011001001010110110110 | e6f295ec95b6 |
EUC-JP | 踉菩文 | 111011001111010011001010111011101100101010111000 | ecf4caeecab8 |
UTF-8 | 踉菩文 | 111010001011100010001001111010001000111110101001111001101001011010000111 | e8b889e88fa9e69687 |
UHC | ?菩文 | 0011111111011100110011001101100111111110 | 3fdcccd9fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)