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 | セロ酌磁 | 101111101101101110001110110111101000111010100101 | bedb8ede8ea5 |
EUC-JP | セロ酌磁 | 1000111010111110100011101101101110111100111000001011110010100111 | 8ebe8edbbce0bca7 |
UTF-8 | セロ酌磁 | 111011111011110110111110111011111011111010011011111010011000010110001100111001111010001110000001 | efbdbeefbe9be9858ce7a381 |
UHC | ??酌磁 | 001111110011111111101101110011001110110110111000 | 3f3fedccedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)