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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 纈矩^襤 | 1110001110010010100010111110100110000001010011111110011001000001 | e3928be9814fe641 |
EUC-JP | 纈矩^襤 | 1110010111110010101101101110101110100001101100001110101110100010 | e5f2b6eba1b0eba2 |
UTF-8 | 纈矩^襤 | 111001111011101010001000111001111001111110101001111011111011110010111110111010001010010110100100 | e7ba88e79fa9efbcbee8a5a4 |
UHC | ?矩^襤 | 00111111110011111011101110100011110111101101010111000001 | 3fcfbba3ded5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)