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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 稔肯楠 | 100101101010101110001101011011011001001111101101 | 96ab8d6d93ed |
EUC-JP | 稔肯楠 | 110011001010110110111001110011101100011011101111 | ccadb9cec6ef |
UTF-8 | 稔肯楠 | 111001111010100010010100111010001000001010101111111001101010010110100000 | e7a894e882afe6a5a0 |
UHC | 稔肯楠 | 111011001111100111010000111010011101000111111000 | ecf9d0e9d1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)