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 | 際?紆? | 100011011101101100111111111000101111110000111111 | 8ddb3fe2fc3f |
| EUC-JP | 際?紆? | 101110101101110100111111111001001111111000111111 | badd3fe4fe3f |
| UTF-8 | 際렑紆렡 | 111010011001101010011011111010111010000010010001111001111011010010000110111010111010000010100001 | e99a9beba091e7b486eba0a1 |
| UHC | 際렑紆렡 | 1111000010110111100011101010011011101001111000011000111010110010 | f0b78ea6e9e18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)