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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 釭鹿鴫B | 111110111011110110001110101011011111000011000000100011101011000001000010 | fbbd8eadf0c08eb042 |
EUC-JP | 釭鹿?鴫B | 100011111110001110101111101111001010111100111111101111001011001001000010 | 8fe3afbcaf3fbcb242 |
UTF-8 | 釭鹿鴫B | 11101001100001111010110111101001101110011011111111101110100000011011111111101001101101001010101101000010 | e987ade9b9bfee81bfe9b4ab42 |
UHC | ?鹿??B | 001111111101011011100011001111110011111101000010 | 3fd6e33f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)