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 | ???穗 | 0011111100111111001111111110001001101110 | 3f3f3fe26e |
| EUC-JP | 鉥??穗 | 10001111111000111110100000111111001111111110001111001111 | 8fe3e83f3fe3cf |
| UTF-8 | 鉥뚣룦穗 | 111010011000100110100101111010111001101010100011111010111010001110100110111001111010100110010111 | e989a5eb9aa3eba3a6e7a997 |
| UHC | 鉥뚣룦穗 | 1110001011111100100011001110001110001111100111111110001010110100 | e2fc8ce38f9fe2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)