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 | 棕?昱搬 | 10011110101000010011111111111010011000111001010011000000 | 9ea13ffa6394c0 |
EUC-JP | 棕?昱搬 | 1101110010100011001111111000111111000010101011011100100011000010 | dca33f8fc2adc8c2 |
UTF-8 | 棕렋昱搬 | 111001101010001110010101111010111010000010001011111001101001100010110001111001101001000010101100 | e6a395eba08be698b1e690ac |
UHC | 棕렋昱搬 | 1111000011110111100011101010001011101001111100001101101011100110 | f0f78ea2e9f0dae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)