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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 弱??榮?? | 1000111011100011001111110011111110011110110001000011111100111111 | 8ee33f3f9ec43f3f |
| EUC-JP | 弱??榮?? | 1011110011100101001111110011111111011100110001100011111100111111 | bce53f3fdcc63f3f |
| UTF-8 | 弱뤷콗榮놁뎰 | 111001011011110010110001111010111010010010110111111011001011110110010111111001101010011010101110111010111000011010000001111010111000111010110000 | e5bcb1eba4b7ecbd97e6a6aeeb8681eb8eb0 |
| UHC | 弱뤷콗榮놁뎰 | 111001011011000010001111111001011011000110010001111001111011010010000110111011001000100110000011 | e5b08fe5b191e7b486ec8983 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)