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 | ??????u^ | 0011111100111111001111110011111100111111001111110111010101011110 | 3f3f3f3f3f3f755e |
| SJIS-WIN | 伍?????u^ | 100011001101111000111111001111110011111100111111001111110111010101011110 | 8cde3f3f3f3f3f755e |
| EUC-JP | 伍?????u^ | 101110001110000000111111001111110011111100111111001111110111010101011110 | b8e03f3f3f3f3f755e |
| UTF-8 | 伍곹씗溜곕젨u^ | 1110010010111100100011011110101010110011101110011110110010010100100101111110111110100111100010111110101010110011100101011110110010100000101010000111010101011110 | e4bc8deab3b9ec9497efa78beab395eca0a8755e |
| UHC | 伍곹씗溜곕젨u^ | 1110011111101010100000011110110110011101101011001110101011111110101100001110101110100000101000000111010101011110 | e7ea81ed9daceafeb0eba0a0755e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)