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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
| SJIS-WIN | セュ鴆辞蔀^ | 101111101010110111101001111011111000111010101011100011101100000101011110 | beade9ef8eab8ec15e |
| EUC-JP | セュ鴆辞蔀^ | 1000111010111110100011101010110111110010111100011011110010101101101111001100001101011110 | 8ebe8eadf2f1bcadbcc35e |
| UTF-8 | セュ鴆辞蔀^ | 11101111101111011011111011101111101111011010110111101001101101001000011011101000101111101001111011101000100101001000000001011110 | efbdbeefbdade9b486e8be9ee894805e |
| UHC | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)