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 | ò¶£ûÇ¢ | 1111001010110110100011101010001111111011110001111000111010100010 | f2b68ea3fbc78ea2 |
| SJIS-WIN | ?¶?£???¢ | 0011111110000001111101110011111110000001100100100011111100111111001111111000000110010001 | 3f81f73f81923f3f3f8191 |
| EUC-JP | ò¶?£ûÇ?¢ | 1000111110101011110100101010001011111001001111111010000111110010100011111010101111100101100011111010101010101110001111111010000111110001 | 8fabd2a2f93fa1f28fabe58faaae3fa1f1 |
| UTF-8 | ò¶£ûÇ¢ | 11000011101100101100001010110110110000101000111011000010101000111100001110111011110000111000011111000010100011101100001010100010 | c3b2c2b6c28ec2a3c3bbc387c28ec2a2 |
| UHC | ?¶?????? | 001111111010001011010010001111110011111100111111001111110011111100111111 | 3fa2d23f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)