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 | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
| SJIS-WIN | 将ゥL将ア~ | 1000111110101011101010010100110010001111101010111011000101111110 | 8faba94c8fabb17e |
| EUC-JP | 将ゥL将ア~ | 10111110101011011000111010101001010011001011111010101101100011101011000101111110 | bead8ea94cbead8eb17e |
| UTF-8 | 将ゥL将ア~ | 1110010110110000100001101110111110111101101010010100110011100101101100001000011011101111101111011011000101111110 | e5b086efbda94ce5b086efbdb17e |
| UHC | ??L??~ | 001111110011111101001100001111110011111101111110 | 3f3f4c3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)