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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | テ陛ケテ環セ | 1100001110010101110000111011100111000011100010101100001010111110 | c395c3b9c38ac2be |
| EUC-JP | テ陛ケテ環セ | 100011101100001111001010110001011000111010111001100011101100001110110100110001001000111010111110 | 8ec3cac58eb98ec3b4c48ebe |
| UTF-8 | テ陛ケテ環セ | 111011111011111010000011111010011001100110011011111011111011110110111001111011111011111010000011111001111001001010110000111011111011110110111110 | efbe83e9999befbdb9efbe83e792b0efbdbe |
| UHC | ?陛??環? | 0011111111111000110011100011111100111111111111001011101100111111 | 3ff8ce3f3ffcbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)