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 | 諶誹貍咋 | 1111101110101010100101001110111011100110101111001000110111101110 | fbaa94eee6bc8dee |
| EUC-JP | 諶誹貍咋 | 100011111101111010110101110010001111000011101100101111101011101011110000 | 8fdeb5c8f0ecbebaf0 |
| UTF-8 | 諶誹貍咋 | 111010001010101110110110111010001010101010111001111010001011001010001101111001011001001010001011 | e8abb6e8aab9e8b28de5928b |
| UHC | 諶誹?? | 111001001010011011011110101001100011111100111111 | e4a6dea63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)