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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 貶倚}貶倚{^ | 1110011011001000100110001101111101111101111001101100100010011000110111110111101101011110 | e6c898df7de6c898df7b5e |
EUC-JP | 貶倚}貶倚{^ | 1110110011001010110100001110000101111101111011001100101011010000111000010111101101011110 | eccad0e17deccad0e17b5e |
UTF-8 | 貶倚}貶倚{^ | 111010001011001010110110111001011000000010011010011111011110100010110010101101101110010110000000100110100111101101011110 | e8b2b6e5809a7de8b2b6e5809a7b5e |
UHC | 貶倚}貶倚{^ | 1111100010111111111010111110111101111101111110001011111111101011111011110111101101011110 | f8bfebef7df8bfebef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)