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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 惜蘊惜蘊^ | 100100001100100111100101010111011001000011001001111001010101110101011110 | 90c9e55d90c9e55d5e |
EUC-JP | 惜蘊惜蘊^ | 110000001100101111101001101111101100000011001011111010011011111001011110 | c0cbe9bec0cbe9be5e |
UTF-8 | 惜蘊惜蘊^ | 11100110100000111001110011101000100110001000101011100110100000111001110011101000100110001000101001011110 | e6839ce8988ae6839ce8988a5e |
UHC | 惜蘊惜蘊^ | 111000001010110111101000101100111110000010101101111010001011001101011110 | e0ade8b3e0ade8b35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)