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 | 筌???ф?? | 111000101010001100111111001111110011111110000100100001100011111100111111 | e2a33f3f3f84863f3f |
| EUC-JP | 筌???ф?? | 111001001010010100111111001111110011111110100111111001100011111100111111 | e4a53f3f3fa7e63f3f |
| UTF-8 | 筌대젿吳ф뜤溜 | 1110011110101101100011001110101110001100100000001110110010100000101111111110010110010000101100111101000110000100111010111001110010100100111011111010011110001011 | e7ad8ceb8c80eca0bfe590b3d184eb9ca4efa78b |
| UHC | 筌대젿吳ф뜤溜 | 1110111110100111101101001110101110100000101100011110011111101111101011001110011010001101101001111110101011111110 | efa7b4eba0b1e7eface68da7eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)