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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酌縞篠自 | 1000111011011110100011101100100010001110110000101000111010101001 | 8ede8ec88ec28ea9 |
EUC-JP | 酌縞篠自 | 1011110011100000101111001100101010111100110001001011110010101011 | bce0bccabcc4bcab |
UTF-8 | 酌縞篠自 | 111010011000010110001100111001111011100010011110111001111010111110100000111010001000011110101010 | e9858ce7b89ee7afa0e887aa |
UHC | 酌縞篠自 | 1110110111001100111110111101011011100001110001101110110110111011 | edccfbd6e1c6edbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)