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 | ¾×½ð | 10111110101011011000111011010111100011111011110111110000 | bead8ed78fbdf0 |
| SJIS-WIN | ???×??? | 0011111100111111001111111000000101111110001111110011111100111111 | 3f3f3f817e3f3f3f |
| EUC-JP | ???×??ð | 00111111001111110011111110100001110111110011111100111111100011111010100111000011 | 3f3f3fa1df3f3f8fa9c3 |
| UTF-8 | ¾×½ð | 1100001010111110110000101010110111000010100011101100001110010111110000101000111111000010101111011100001110110000 | c2bec2adc28ec397c28fc2bdc3b0 |
| UHC | ¾?×?½ð | 101010001111101010100001101010010011111110100001101111110011111110101000111101101010100110100011 | a8faa1a93fa1bf3fa8f6a9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)