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 | ?????Ⅹ? | 0011111100111111001111110011111100111111100001110101110100111111 | 3f3f3f3f3f875d3f |
| EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
| UTF-8 | 力노ㅇ流섓Ⅹ履 | 111011111010011010001010111010111000010110111000111000111000010110000111111011111010011110001010111011001000010010010011111000101000010110101001111011111010011110011111 | efa68aeb85b8e38587efa78aec8493e285a9efa79f |
| UHC | 力노ㅇ流섓Ⅹ履 | 1110011010110011101100111110101110100100101101111110101011111100100110001110111110100101101110011110110010101010 | e6b3b3eba4b7eafc98efa5b9ecaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)