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 | 髮狗判繩・隶 | 1110100110011011100010111110011110010100101110111110001110001010101001011110100010101110 | e99b8be794bbe38aa5e8ae |
| EUC-JP | 髮狗判繩・隶 | 111100011111101110110110111010011100100010111101111001011110101010001110101001011111000010110000 | f1fbb6e9c8bde5ea8ea5f0b0 |
| UTF-8 | 髮狗判繩・隶 | 111010011010101110101110111001111000101110010111111001011000100010100100111001111011100110101001111011111011110110100101111010011001101010110110 | e9abaee78b97e588a4e7b9a9efbda5e99ab6 |
| UHC | 髮狗判繩?? | 11011011101001011100111110110111111101111111011111100011101100010011111100111111 | dba5cfb7f7f7e3b13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)