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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 殃???? | 100111110110100100111111001111110011111100111111 | 9f693f3f3f3f |
EUC-JP | 殃??沅? | 1101110111001010001111110011111110001111110001101110100100111111 | ddca3f3f8fc6e93f |
UTF-8 | 殃숆턁沅싦 | 111001101010111010000011111011001000100010000110111011011000010010000001111001101011001010000101111011001000101110100110 | e6ae83ec8886ed8481e6b285ec8ba6 |
UHC | 殃숆턁沅싦 | 11100100111010101001100111101010101101011001110111101010101101101001101011100100 | e4ea99eab59deab69ae4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)