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 | 讒ス蟶吝ッ | 1110011010100111101111011110010110111000100110011110010110101111 | e6a7bde5b899e5af |
EUC-JP | 讒ス蟶吝ッ | 11101100101010011000111010111101111010101011101011010010111001111000111010101111 | eca98ebdeabad2e78eaf |
UTF-8 | 讒ス蟶吝ッ | 111010001010111010010010111011111011110110111101111010001001111110110110111001011001000010011101111011111011110110101111 | e8ae92efbdbde89fb6e5909defbdaf |
UHC | 讒??吝? | 11110011110110000011111100111111110101111111000000111111 | f3d83f3fd7f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)