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 | ???旬??? | 0011111100111111001111111000111101111011001111110011111100111111 | 3f3f3f8f7b3f3f3f |
| EUC-JP | ???旬??? | 0011111100111111001111111011110111011100001111110011111100111111 | 3f3f3fbddc3f3f3f |
| UTF-8 | 銳띾㈇旬룬뇴溜 | 111010011000101010110011111010111001110110111110111000111000100010000111111001101001011110101100111010111010001110101100111010111000011110110100111011111010011110001011 | e98ab3eb9dbee38887e697aceba3aceb87b4efa78b |
| UHC | 銳띾㈇旬룬뇴溜 | 1110011111100101100011011110101110101001101110001110001011100010101101111110100110000111100110001110101011111110 | e7e58deba9b8e2e2b7e98798eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)