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 | ??H???? | 00111111001111110100100000111111001111110011111100111111 | 3f3f483f3f3f3f |
SJIS-WIN | 遏ュH陲冶、サ | 11100111100111111010110101001000111010001010001010010110111010001010010010111011 | e79fad48e8a296e8a4bb |
EUC-JP | 遏ュH陲冶、サ | 11101110101000011000111010101101010010001111000010100100110011001110101010001110101001001000111010111011 | eea18ead48f0a4ccea8ea48ebb |
UTF-8 | 遏ュH陲冶、サ | 11101001100000011000111111101111101111011010110101001000111010011001100110110010111001011000011010110110111011111011110110100100111011111011110110111011 | e9818fefbdad48e999b2e586b6efbda4efbdbb |
UHC | ??H?冶?? | 0011111100111111010010000011111111100101101001110011111100111111 | 3f3f483fe5a73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)