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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
| SJIS-WIN | 佃???? | 100100101100111100111111001111110011111100111111 | 92cf3f3f3f3f |
| EUC-JP | 佃???? | 110001001101000100111111001111110011111100111111 | c4d13f3f3f3f |
| UTF-8 | 佃뀀렒곌렫 | 111001001011110110000011111010111000000010000000111010111010000010010010111010101011001110001100111010111010000010101011 | e4bd83eb8080eba092eab38ceba0ab |
| UHC | 佃뀀렒곌렫 | 11101110111011001011001011101011100011101010011110110000111010101000111010111001 | eeecb2eb8ea7b0ea8eb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)