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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 佚???B | 100110001100001100111111001111110011111101000010 | 98c33f3f3f42 |
EUC-JP | 佚???B | 110100001100010100111111001111110011111101000010 | d0c53f3f3f42 |
UTF-8 | 佚렒欌렩B | 11100100101111011001101011101011101000001001001011100110101011001000110011101011101000001010100101000010 | e4bd9aeba092e6ac8ceba0a942 |
UHC | 佚렒欌렩B | 111011001110101010001110101001111110110111101011100011101011011101000010 | ecea8ea7edeb8eb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)