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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
| EUC-JP | 湞???^ | 10001111110001111111111000111111001111110011111101011110 | 8fc7fe3f3f3f5e |
| UTF-8 | 湞닻렚렜^ | 11100110101110011001111011101011100010111011101111101011101000001001101011101011101000001001110001011110 | e6b99eeb8bbbeba09aeba09c5e |
| UHC | 湞닻렚렜^ | 111011111110011010110100111010011000111010101101100011101010111001011110 | efe6b4e98ead8eae5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)