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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
| SJIS-WIN | ?k?依?? | 0011111110000010100010110011111110001000110010110011111100111111 | 3f828b3f88cb3f3f |
| EUC-JP | 渶k?依?? | 10001111110001111110110110100011111010110011111110110000110011010011111100111111 | 8fc7eda3eb3fb0cd3f3f |
| UTF-8 | 渶k뿫依좑쭓 | 111001101011100010110110111011111011110110001011111010111011111110101011111001001011111010011101111011001010001010010001111011001010110110010011 | e6b8b6efbd8bebbfabe4be9deca291ecad93 |
| UHC | 渶k뿫依좑쭓 | 111001111011011110100011111010111001011110101011111010111110111010100000111011111010011110001011 | e7b7a3eb97abebeea0efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)