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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 竪旦損竪足 | 10010010010001111001001001010101100100011011100110010010010001111001000110101011 | 9247925591b9924791ab |
EUC-JP | 竪旦損竪足 | 11000011101010001100001110110110110000101011101111000011101010001100001010101101 | c3a8c3b6c2bbc3a8c2ad |
UTF-8 | 竪旦損竪足 | 111001111010101110101010111001101001011110100110111001101001000010001101111001111010101110101010111010001011011010110011 | e7abaae697a6e6908de7abaae8b6b3 |
UHC | 竪旦損竪足 | 11100010101101011101001110101001111000011101111111100010101101011111000011101011 | e2b5d3a9e1dfe2b5f0eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)