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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 鹿聹ァカ^ | 111100101010100110001110101011011110001111100010101001111011011001011110 | f2a98eade3e2a7b65e |
EUC-JP | ?鹿聹ァカ^ | 00111111101111001010111111100110111001001000111010100111100011101011011001011110 | 3fbcafe6e48ea78eb65e |
UTF-8 | 鹿聹ァカ^ | 11101110100001111010000011101001101110011011111111101000100000011011100111101111101111011010011111101111101111011011011001011110 | ee87a0e9b9bfe881b9efbda7efbdb65e |
UHC | ?鹿???^ | 00111111110101101110001100111111001111110011111101011110 | 3fd6e33f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)