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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 棕?煜?淙 | 1001111010100001001111111111101101010101001111111001111111001000 | 9ea13ffb553f9fc8 |
EUC-JP | 棕?煜?淙 | 110111001010001100111111100011111100100111111100001111111101111011001010 | dca33f8fc9fc3fdeca |
UTF-8 | 棕렋煜렡淙 | 111001101010001110010101111010111010000010001011111001111000010110011100111010111010000010100001111001101011011110011001 | e6a395eba08be7859ceba0a1e6b799 |
UHC | 棕렋煜렡淙 | 11110000111101111000111010100010111010011111001010001110101100101111000011111000 | f0f78ea2e9f28eb2f0f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)