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 | 腫貊?? | 100011101110111011100110101110110011111100111111 | 8eeee6bb3f3f |
EUC-JP | 腫貊?? | 101111001111000011101100101111010011111100111111 | bcf0ecbd3f3f |
UTF-8 | 腫貊웡裡 | 111010001000010110101011111010001011001010001010111011001001101110100001111011111010011110101000 | e885abe8b28aec9ba1efa7a8 |
UHC | 腫貊웡裡 | 1111000011111110110110001110011110111111111111011110110011000001 | f0fed8e7bffdecc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)