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 | ?R?o?]^ | 00111111010100100011111101101111001111110101110101011110 | 3f523f6f3f5d5e |
SJIS-WIN | 羞R羞o羞]^ | 11100011101101010101001011100011101101010110111111100011101101010101110101011110 | e3b552e3b56fe3b55d5e |
EUC-JP | 羞R羞o羞]^ | 11100110101101110101001011100110101101110110111111100110101101110101110101011110 | e6b752e6b76fe6b75d5e |
UTF-8 | 羞R羞o羞]^ | 11100111101111101001111001010010111001111011111010011110011011111110011110111110100111100101110101011110 | e7be9e52e7be9e6fe7be9e5d5e |
UHC | 羞R羞o羞]^ | 11100010101110100101001011100010101110100110111111100010101110100101110101011110 | e2ba52e2ba6fe2ba5d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)