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 | 隘樣亂縺 | 1110100010100101100111101110100110011000101010101110001110000001 | e8a59ee998aae381 |
| EUC-JP | 隘樣亂縺 | 1111000010100111110111001110101111010000101011001110010111100001 | f0a7dcebd0ace5e1 |
| UTF-8 | 隘樣亂縺 | 111010011001101010011000111001101010100010100011111001001011101010000010111001111011100010111010 | e99a98e6a8a3e4ba82e7b8ba |
| UHC | 隘樣亂? | 11100100111101101110010111000110110101011010111100111111 | e4f6e5c6d5af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)