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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 齏医藷糴錚 | 11101000111010111000100011100011100011111001001111100010111110011110100001000010 | e8eb88e38f93e2f9e842 |
EUC-JP | 齏医藷糴錚 | 11110000111011011011000011100101101111011111001111100100111110111110111110100011 | f0edb0e5bdf3e4fbefa3 |
UTF-8 | 齏医藷糴錚 | 111010011011110110001111111001011000110010111011111010001001011110110111111001111011001110110100111010011000110010011010 | e9bd8fe58cbbe897b7e7b3b4e98c9a |
UHC | ??藷?錚 | 00111111001111111110111011001011001111111110111010110110 | 3f3feecb3feeb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)