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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 晶ミ嫉屡^ | 1000111110111011110100001000111010111001100011101100011001011110 | 8fbbd08eb98ec65e |
EUC-JP | 晶ミ嫉屡^ | 101111101011110110001110110100001011110010111011101111001100100001011110 | bebd8ed0bcbbbcc85e |
UTF-8 | 晶ミ嫉屡^ | 11100110100110011011011011101111101111101001000011100101101010111000100111100101101100011010000101011110 | e699b6efbe90e5ab89e5b1a15e |
UHC | 晶?嫉?^ | 11101111110111000011111111110010111011000011111101011110 | efdc3ff2ec3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)