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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 邯剰。呵民\ | 11100111101101101000111111101000101000011001100111101000100101101010111101011100 | e7b68fe8a199e896af5c |
EUC-JP | 邯剰。呵民\ | 1110111010111000101111101110101010001110101000011101001011101010110011001011000101011100 | eeb8beea8ea1d2eaccb15c |
UTF-8 | 邯剰。呵民\ | 11101001100000101010111111100101100010011011000011101111101111011010000111100101100100011011010111100110101100001001000101011100 | e982afe589b0efbda1e591b5e6b0915c |
UHC | 邯??呵民\ | 110010101111101100111111001111111100101010100111110110101100010101011100 | cafb3f3fcaa7dac55c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)