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 | 塚瀧、イ闌カ | 111110101001110010010001111010111010010010110010111010001000110010110110 | fa9c91eba4b2e88cb6 |
EUC-JP | ?瀧、イ闌カ | 0011111111000010111011011000111010100100100011101011001011101111111011001000111010110110 | 3fc2ed8ea48eb2efec8eb6 |
UTF-8 | 塚瀧、イ闌カ | 111011111010100010010000111001111000000010100111111011111011110110100100111011111011110110110010111010011001011110001100111011111011110110110110 | efa890e780a7efbda4efbdb2e9978cefbdb6 |
UHC | ?瀧???? | 00111111110101101110100100111111001111110011111100111111 | 3fd6e93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)