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 | 鉤伜勣豢 | 1110011111101010100110001110010110011001101010001110011010110100 | e7ea98e599a8e6b4 |
| EUC-JP | 鉤伜勣豢 | 1110111011101100110100001110011111010010101010101110110010110110 | eeecd0e7d2aaecb6 |
| UTF-8 | 鉤伜勣豢 | 111010011000100110100100111001001011110010011100111001011000101110100011111010001011000110100010 | e989a4e4bc9ce58ba3e8b1a2 |
| UHC | 鉤?勣? | 110011111100100100111111111011101101001100111111 | cfc93feed33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)