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 | ????c^ | 001111110011111100111111001111110110001101011110 | 3f3f3f3f635e |
SJIS-WIN | 趺貞スァc^ | 1110011011100101100100101110010110111101101001110110001101011110 | e6e592e5bda7635e |
EUC-JP | 趺貞スァc^ | 11101100111001111100010011100111100011101011110110001110101001110110001101011110 | ece7c4e78ebd8ea7635e |
UTF-8 | 趺貞スァc^ | 1110100010110110101110101110100010110010100111101110111110111101101111011110111110111101101001110110001101011110 | e8b6bae8b29eefbdbdefbda7635e |
UHC | 趺貞??c^ | 1101110110111010111011111111011000111111001111110110001101011110 | ddbaeff63f3f635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)