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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ??中屯?^ | 0011111100111111100100101000011010010011110101000011111101011110 | 3f3f928693d43f5e |
EUC-JP | 獐?中屯?^ | 10001111110010111011101000111111110000111110011011000110110101100011111101011110 | 8fcbba3fc3e6c6d63f5e |
UTF-8 | 獐렠中屯혤^ | 11100111100011011001000011101011101000001010000011100100101110001010110111100101101100011010111111101101100110001010010001011110 | e78d90eba0a0e4b8ade5b1afed98a45e |
UHC | 獐렠中屯혤^ | 1110110111101111100011101011000111110001111010011101010011101010110010001010000101011110 | edef8eb1f1e9d4eac8a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)