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 | 韜謎クィ | 11101000111010011001001111100100101110001000001101000010 | e8e993e4b88342 |
| EUC-JP | 韜謎クィ | 1111000011101011110001101110011010001110101110001010010110100011 | f0ebc6e68eb8a5a3 |
| UTF-8 | 韜謎クィ | 111010011001111110011100111010001010110010001110111011111011110110111000111000111000001010100011 | e99f9ce8ac8eefbdb8e382a3 |
| UHC | 韜謎?ィ | 11010100101101111101101010111010001111111010101110100011 | d4b7daba3faba3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)