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 | 紕ゃゥ諡 | 11100011010000101000001011100001101010011110011010001011 | e34282e1a9e68b |
| EUC-JP | 紕ゃゥ諡 | 1110010110100011101001001110001110001110101010011110101111101011 | e5a3a4e38ea9ebeb |
| UTF-8 | 紕ゃゥ諡 | 111001111011010010010101111000111000001010000011111011111011110110101001111010001010101110100001 | e7b495e38283efbda9e8aba1 |
| UHC | ?ゃ?諡 | 001111111010101011100011001111111110001111001101 | 3faae33fe3cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)