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 | 貉懷クカ蓍 | 1110011010111001100111001110010110111000101101101110010011100111 | e6b99ce5b8b6e4e7 |
EUC-JP | 貉懷クカ蓍 | 11101100101110111101100011100111100011101011100010001110101101101110100011101001 | ecbbd8e78eb88eb6e8e9 |
UTF-8 | 貉懷クカ蓍 | 111010001011001010001001111001101000011110110111111011111011110110111000111011111011110110110110111010001001001110001101 | e8b289e687b7efbdb8efbdb6e8938d |
UHC | ?懷??蓍 | 00111111111111001110001100111111001111111110001111001001 | 3ffce33f3fe3c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)