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 | 齏医藷粹州 | 11101000111010111000100011100011100011111001001111100010111011011000111101000010 | e8eb88e38f93e2ed8f42 |
EUC-JP | 齏医藷粹州 | 11110000111011011011000011100101101111011111001111100100111011111011110110100011 | f0edb0e5bdf3e4efbda3 |
UTF-8 | 齏医藷粹州 | 111010011011110110001111111001011000110010111011111010001001011110110111111001111011001010111001111001011011011110011110 | e9bd8fe58cbbe897b7e7b2b9e5b79e |
UHC | ??藷粹州 | 0011111100111111111011101100101111100010101101101111000110110110 | 3f3feecbe2b6f1b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)