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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| SJIS-WIN | テ堙催、ツエテ | 110000111001101011000011100011011100001110100100110000101011010011000011 | c39ac38dc3a4c2b4c3 |
| EUC-JP | テ堙催、ツエテ | 1000111011000011110101001100010110111010110001011000111010100100100011101100001010001110101101001000111011000011 | 8ec3d4c5bac58ea48ec28eb48ec3 |
| UTF-8 | テ堙催、ツエテ | 111011111011111010000011111001011010000010011001111001011000001010101100111011111011110110100100111011111011111010000010111011111011110110110100111011111011111010000011 | efbe83e5a099e582acefbda4efbe82efbdb4efbe83 |
| UHC | ??催???? | 0011111100111111111101011100101000111111001111110011111100111111 | 3f3ff5ca3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)