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 | ?O??? | 0011111101001111001111110011111100111111 | 3f4f3f3f3f |
| SJIS-WIN | 短O蔵竪損 | 100100100101101001001111100100011010000010010010010001111001000110111001 | 925a4f91a0924791b9 |
| EUC-JP | 短O蔵竪損 | 110000111011101101001111110000101010001011000011101010001100001010111011 | c3bb4fc2a2c3a8c2bb |
| UTF-8 | 短O蔵竪損 | 11100111100111111010110101001111111010001001010010110101111001111010101110101010111001101001000010001101 | e79fad4fe894b5e7abaae6908d |
| UHC | 短O?竪損 | 1101001110101101010011110011111111100010101101011110000111011111 | d3ad4f3fe2b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)