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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | 筌???℡? | 1110001010100011001111110011111100111111100001111000010000111111 | e2a33f3f3f87843f |
| EUC-JP | 筌????? | 11100100101001010011111100111111001111110011111100111111 | e4a53f3f3f3f3f |
| UTF-8 | 筌ㅶ뼇溜℡릫 | 111001111010110110001100111000111000010110110110111010111011110010000111111011111010011110001011111000101000010010100001111010111010011010101011 | e7ad8ce385b6ebbc87efa78be284a1eba6ab |
| UHC | 筌ㅶ뼇溜℡릫 | 111011111010011110100100111001101001011010010001111010101111111010100010111001011001000010001101 | efa7a4e69691eafea2e5908d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)