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 | ?ヮ?? | 0011111110000011100011100011111100111111 | 3f838e3f3f |
| EUC-JP | ?ヮ?? | 0011111110100101111011100011111100111111 | 3fa5ee3f3f |
| UTF-8 | 怜ヮ궩怜 | 111011111010011010101100111000111000001110101110111010101011011010101001111011111010011010101100 | efa6ace383aeeab6a9efa6ac |
| UHC | 怜ヮ궩怜 | 1110011110110000101010111110111010000010101110111110011110110000 | e7b0abee82bbe7b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)