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 | 邵喜「ゎッア | 11100111101110001000101011101100101000101000001011101100101011111000001101000001 | e7b88aeca282ecaf8341 |
| EUC-JP | 邵喜「ゎッア | 111011101011101010110100111011101000111010100010101001001110111010001110101011111010010110100010 | eebab4ee8ea2a4ee8eafa5a2 |
| UTF-8 | 邵喜「ゎッア | 111010011000001010110101111001011001011010011100111011111011110110100010111000111000001010001110111011111011110110101111111000111000001010100010 | e982b5e5969cefbda2e3828eefbdafe382a2 |
| UHC | 邵喜?ゎ?ア | 11100001110100001111110111101100001111111010101011101110001111111010101110100010 | e1d0fdec3faaee3faba2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)