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 | ??????源 | 0011111100111111001111110011111100111111001111111000110010111001 | 3f3f3f3f3f3f8cb9 |
| EUC-JP | ??????源 | 0011111100111111001111110011111100111111001111111011100010111011 | 3f3f3f3f3f3fb8bb |
| UTF-8 | 銳띾㈇溜뺞뜤源 | 111010011000101010110011111010111001110110111110111000111000100010000111111011111010011110001011111010111011101010011110111010111001110010100100111001101011101010010000 | e98ab3eb9dbee38887efa78bebba9eeb9ca4e6ba90 |
| UHC | 銳띾㈇溜뺞뜤源 | 1110011111100101100011011110101110101001101110001110101011111110100101011110011010001101101001111110101010111001 | e7e58deba9b8eafe95e68da7eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)