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 | 齏医藷糴徙 | 11101000111010111000100011100011100011111001001111100010111110011001110001101111 | e8eb88e38f93e2f99c6f |
EUC-JP | 齏医藷糴徙 | 11110000111011011011000011100101101111011111001111100100111110111101011111010000 | f0edb0e5bdf3e4fbd7d0 |
UTF-8 | 齏医藷糴徙 | 111010011011110110001111111001011000110010111011111010001001011110110111111001111011001110110100111001011011111010011001 | e9bd8fe58cbbe897b7e7b3b4e5be99 |
UHC | ??藷?徙 | 00111111001111111110111011001011001111111101111011010101 | 3f3feecb3fded5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)