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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 譿ィ遏咋勢 | 111110111010110010101000111001111001111110001101111011101001000010101000 | fbaca8e79f8dee90a8 |
EUC-JP | ?ィ遏咋勢 | 001111111000111010101000111011101010000110111010111100001100000010101010 | 3f8ea8eea1baf0c0aa |
UTF-8 | 譿ィ遏咋勢 | 111010001010110110111111111011111011110110101000111010011000000110001111111001011001001010001011111001011000101110100010 | e8adbfefbda8e9818fe5928be58ba2 |
UHC | ????勢 | 001111110011111100111111001111111110000110100111 | 3f3f3f3fe1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)