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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
| SJIS-WIN | 苒λ????^ | 111001001001001010000011110010010011111100111111001111110011111101011110 | e49283c93f3f3f3f5e |
| EUC-JP | 苒λ?旿??^ | 1110011111110010101001101100101100111111100011111100000111110100001111110011111101011110 | e7f2a6cb3f8fc1f43f3f5e |
| UTF-8 | 苒λ젩旿섎졁^ | 111010001000101110010010110011101011101111101100101000001010100111100110100101111011111111101100100001001000111011101100101000011000000101011110 | e88b92cebbeca0a9e697bfec848eeca1815e |
| UHC | 苒λ젩旿섎졁^ | 11100110111111101010010111101011101000001010000111100111111110101001100011101011101000001011001001011110 | e6fea5eba0a1e7fa98eba0b25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)