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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 巐畷讎鷺豌エ | 1111101010110110100100111110101111100110101001101000110111101011111001101011000010110100 | fab693ebe6a68debe6b0b4 |
EUC-JP | 巐畷讎鷺豌エ | 10001111101110111111100111000110111011011110110010101000101110101110110111101100101100101000111010110100 | 8fbbf9c6edeca8baedecb28eb4 |
UTF-8 | 巐畷讎鷺豌エ | 111001011011011110010000111001111001010110110111111010001010111010001110111010011011011110111010111010001011000110001100111011111011110110110100 | e5b790e795b7e8ae8ee9b7bae8b18cefbdb4 |
UHC | ???鷺豌? | 0011111100111111001111111101011011011100111010001101010100111111 | 3f3f3fd6dce8d53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)