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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | 永??泣?^ | 1000100101101001001111110011111110001011100000110011111101011110 | 89693f3f8b833f5e |
| EUC-JP | 永??泣?^ | 1011000111001010001111110011111110110101111000110011111101011110 | b1ca3f3fb5e33f5e |
| UTF-8 | 永띠룊泣릔^ | 11100110101100001011100011101011100111011010000011101011101000111000101011100110101100111010001111101011101001101001010001011110 | e6b0b8eb9da0eba38ae6b3a3eba6945e |
| UHC | 永띠룊泣릔^ | 1110011110110101101101101110110010001111100010011110101111101000100100000111000001011110 | e7b5b6ec8f89ebe890705e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)