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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 笳躡湫潁 | 1110001010010111111001110101100110011111110101011001111111110001 | e297e7599fd59ff1 |
EUC-JP | 笳躡湫潁 | 1110001111110111111011011011101011011110110101111101111011110011 | e3f7edbaded7def3 |
UTF-8 | 笳躡湫潁 | 111001111010110010110011111010001011101010100001111001101011100110101011111001101011110110000001 | e7acb3e8baa1e6b9abe6bd81 |
UHC | ??湫潁 | 001111110011111111110101110100111110011110111000 | 3f3ff5d3e7b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)