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 | ?®?? | 00111111101011100011111100111111 | 3fae3f3f |
| SJIS-WIN | ???澳 | 0011111100111111001111111110000001010011 | 3f3f3fe053 |
| EUC-JP | ?®?澳 | 00111111100011111010001011101110001111111101111110110100 | 3f8fa2ee3fdfb4 |
| UTF-8 | 吳®뒃澳 | 1110010110010000101100111100001010101110111010111001001010000011111001101011111010110011 | e590b3c2aeeb9283e6beb3 |
| UHC | 吳®뒃澳 | 1110011111101111101000101110011110001010100000011110011111111110 | e7efa2e78a81e7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)