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 | 逋イム坂煤^ | 111001111001100110110010110100011000110111100010100101001000000101011110 | e799b2d18de294815e |
EUC-JP | 逋イム坂煤^ | 1110110111111001100011101011001010001110110100011011101011100100110001111110000101011110 | edf98eb28ed1bae4c7e15e |
UTF-8 | 逋イム坂煤^ | 11101001100000001000101111101111101111011011001011101111101111101001000111100101100111011000001011100111100001011010010001011110 | e9808befbdb2efbe91e59d82e785a45e |
UHC | 逋??坂煤^ | 111110001110011100111111001111111111011111111000110110001110000001011110 | f8e73f3ff7f8d8e05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)