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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 橡鎖橡鎖^ | 100100111100100110001101101111011001001111001001100011011011110101011110 | 93c98dbd93c98dbd5e |
EUC-JP | 橡鎖橡鎖^ | 110001101100101110111010101111111100011011001011101110101011111101011110 | c6cbbabfc6cbbabf5e |
UTF-8 | 橡鎖橡鎖^ | 11100110101010011010000111101001100011101001011011100110101010011010000111101001100011101001011001011110 | e6a9a1e98e96e6a9a1e98e965e |
UHC | 橡鎖橡鎖^ | 110111111100111011100001111100001101111111001110111000011111000001011110 | dfcee1f0dfcee1f05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)