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 | 酌症オ | 10001110110111101000111111000111111100001000111010110101 | 8ede8fc7f08eb5 |
EUC-JP | 酌症?オ | 10111100111000001011111011001001001111111000111010110101 | bce0bec93f8eb5 |
UTF-8 | 酌症オ | 111010011000010110001100111001111001011110000111111011101000000110001101111011111011110110110101 | e9858ce79787ee818defbdb5 |
UHC | 酌症?? | 111011011100110011110001111110000011111100111111 | edccf1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)