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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 貉懷クカ荳カB | 11100110101110011001110011100101101110001011011011100100101110001011011001000010 | e6b99ce5b8b6e4b8b642 |
EUC-JP | 貉懷クカ荳カB | 11101100101110111101100011100111100011101011100010001110101101101110100010111010100011101011011001000010 | ecbbd8e78eb88eb6e8ba8eb642 |
UTF-8 | 貉懷クカ荳カB | 11101000101100101000100111100110100001111011011111101111101111011011100011101111101111011011011011101000100011011011001111101111101111011011011001000010 | e8b289e687b7efbdb8efbdb6e88db3efbdb642 |
UHC | ?懷??荳?B | 001111111111110011100011001111110011111111010100111001010011111101000010 | 3ffce33f3fd4e53f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)