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 | ??????w | 00111111001111110011111100111111001111110011111101110111 | 3f3f3f3f3f3f77 |
SJIS-WIN | 貉懷クカ荳カw | 11100110101110011001110011100101101110001011011011100100101110001011011001110111 | e6b99ce5b8b6e4b8b677 |
EUC-JP | 貉懷クカ荳カw | 11101100101110111101100011100111100011101011100010001110101101101110100010111010100011101011011001110111 | ecbbd8e78eb88eb6e8ba8eb677 |
UTF-8 | 貉懷クカ荳カw | 11101000101100101000100111100110100001111011011111101111101111011011100011101111101111011011011011101000100011011011001111101111101111011011011001110111 | e8b289e687b7efbdb8efbdb6e88db3efbdb677 |
UHC | ?懷??荳?w | 001111111111110011100011001111110011111111010100111001010011111101110111 | 3ffce33f3fd4e53f77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)