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 | 暗??乙 | 100010001100001100111111001111111000100110110011 | 88c33f3f89b3 |
| EUC-JP | 暗??乙 | 101100001100010100111111001111111011001010110101 | b0c53f3fb2b5 |
| UTF-8 | 暗삳렇乙 | 111001101001101010010111111011001000001010110011111010111010000010000111111001001011100110011001 | e69a97ec82b3eba087e4b999 |
| UHC | 暗삳렇乙 | 1110010011011110101110111110101110110111101110001110101111100000 | e4debbebb7b8ebe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)