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 | ??±??? | 001111110011111110110001001111110011111100111111 | 3f3fb13f3f3f |
SJIS-WIN | ??±揖?Ⅸ | 001111110011111110000001011111011001011101001011001111111000011101011100 | 3f3f817d974b3f875c |
EUC-JP | ??±揖?? | 0011111100111111101000011101111011001101101011000011111100111111 | 3f3fa1decdac3f3f |
UTF-8 | 略노±揖깍Ⅸ | 1110111110100101101101101110101110000101101110001100001010110001111001101000111110010110111010101011100110001101111000101000010110101000 | efa5b6eb85b8c2b1e68f96eab98de285a8 |
UHC | 略노±揖깍Ⅸ | 111001011011001010110011111010111010000110111110111010111110011110110001111011111010010110111000 | e5b2b3eba1beebe7b1efa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)