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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 齏医藷粤敬齏 | 111010001110101110001000111000111000111110010011111000101110001110001100011010001110100011101011 | e8eb88e38f93e2e38c68e8eb |
EUC-JP | 齏医藷粤敬齏 | 111100001110110110110000111001011011110111110011111001001110010110110111110010011111000011101101 | f0edb0e5bdf3e4e5b7c9f0ed |
UTF-8 | 齏医藷粤敬齏 | 111010011011110110001111111001011000110010111011111010001001011110110111111001111011001010100100111001101001010110101100111010011011110110001111 | e9bd8fe58cbbe897b7e7b2a4e695ace9bd8f |
UHC | ??藷?敬? | 0011111100111111111011101100101100111111110011001101011100111111 | 3f3feecb3fccd73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)