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 | 酌磁梢 | 1000111011011110100011101010010110001111101111011111000001101000 | 8ede8ea58fbdf068 |
EUC-JP | 酌磁梢? | 10111100111000001011110010100111101111101011111100111111 | bce0bca7bebf3f |
UTF-8 | 酌磁梢 | 111010011000010110001100111001111010001110000001111001101010001010100010111011101000000010101000 | e9858ce7a381e6a2a2ee80a8 |
UHC | 酌磁梢? | 11101101110011001110110110111000111101001111111000111111 | edccedb8f4fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)